Re: Errors from Shell Script phase: How to make them obvious?
Re: Errors from Shell Script phase: How to make them obvious?
- Subject: Re: Errors from Shell Script phase: How to make them obvious?
- From: Mailing list subscriptions <email@hidden>
- Date: Mon, 9 Oct 2006 12:22:18 +0200
El 8/10/2006, a las 23:21, Alexander von Below escribió:
The shell script feature of Xcode is great, and I use it for a lot
of pre- and post-processing stuff.
There is one cosmetic issue I have: It would be great if I could
find out how to show the error information from the shell scripts
could in the normal errors list.
echo "error: an error"
echo "warning: a warning"
You can even include file and line information if you want. Just use
the same format as the compiler does.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden