Re: xCode 3 New Java Project
Re: xCode 3 New Java Project
- Subject: Re: xCode 3 New Java Project
- From: Greg Guerin <email@hidden>
- Date: Fri, 23 Nov 2007 13:03:16 -0700
Jim Geldermann wrote:
>I went to start a new Java application and the first thing was list of
>project types had changed. I selected Java Application. Next when I went to
>add a file or framework to the project, it seemed to added okay, but I am
>unable to add jars to the jar folder and source files to src. Finally in
>the Target settings I am missing the normal compile bundles
>Compile Sources, Bundle Java Resources, Copy Bundle Resources, Link Binary
>with Library, and Run Script] as a matter of fact there are no folders
>under the app target.
>
>I've searched the documentation and the only thing I found has to do with
>New Build Phase, which is greyed out.
>
>Any clue would be appreciated.
All Java new-project templates in Xcode 3 are Ant-based. To change how
they build, you have to edit the build.xml file in the project. From
Xcode's POV, Ant is an external build process.
I'm pretty sure this change was mentioned in the Xcode 3 release notes, or
something else I read related to Xcode 3. I can't come up with a
reference, though, so I'm not sure where to point you to for further info.
Xcode 3 release notes maybe, and follow that up with the Ant reference
manual.
-- 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