Re: jam is deprecated
Re: jam is deprecated
- Subject: Re: jam is deprecated
- From: Greg Guerin <email@hidden>
- Date: Wed, 6 Jan 2010 15:14:41 -0700
Xochitl Lunde wrote:
If these new Ant targets are External Build System targets, does
that mean they also will be saved in the *.pbxuser file instead of
the *.pbxproj file?
An external build system uses a command defined in the target to
perform the actual build. There is generally also a build-file
associated with the building, such as a Makefile when the command is
'make', or build.xml when the command is 'ant'. The build sequence
isn't saved in the pbxuser file nor in the pbxproj file: it's defined
in the build-file.
I definitely would like to keep the functionality from the Java
Application target, because it does create a nice .app bundle that
seems able to launch from anywhere in the file system.
Here's an Ant task that builds app-bundles:
http://informagen.com/JarBundler/
-- GG
_______________________________________________
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