Re: build.xml
Re: build.xml
- Subject: Re: build.xml
- From: Dennis Jones <email@hidden>
- Date: Thu, 18 Mar 2004 17:55:45 -0800
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 will open a simple editor where you can add your execution code,
or if it is complex roll it all into a shell script and call it from
here. Or just add a shell script build phase to your current target via
the same mechanism.
Both should work.
HTH,
Dennis
On Mar 18, 2004, at 4:02 PM, Sean Richards wrote:
Hello,
I am using xcode to develop web applications (written in java). I have
a build.xml file to handle all the build aspects. Currently, I have to
switch to a console in order to call the build file.
Is there any way to setup xcode so it knows how to call the build.xml
file.
Thanks!!
_______________________________________________
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.
_______________________________________________
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>) |