Re: build.xml
Re: build.xml
- Subject: Re: build.xml
- From: Steve Luzynski <email@hidden>
- Date: Thu, 18 Mar 2004 22:42:50 -0600
On Mar 18, 2004, at 7:55 PM, Dennis Jones wrote:
Can't you just write a simple shell script to execute the same command
you would do from the terminal via a "Shell Script Build Phase"?
e.g. Xcode -> <control click on targets in your project> -> Add -> New
Build Phase -> New Shell Script Build Phase.
This is precisely what the Java project templates in XCode do if you
start with one of those. In fact Apple already provided a shell script
at /Developer/Java/J2EE/Ant/AntSetup.sh. It takes two parameters, the
first being -emacs to strip Ant's output to something XCode can read,
and the second being the target specifier in your build.xml.
-Steve
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >build.xml (From: Sean Richards <email@hidden>) |
| >Re: build.xml (From: Dennis Jones <email@hidden>) |