xCode 3 New Java Project
xCode 3 New Java Project
- Subject: xCode 3 New Java Project
- From: Robert Morse <email@hidden>
- Date: Fri, 23 Nov 2007 15:28:03 -0500
Hi,
I am also trying to figure out how to add/delete files when doing a
java
project. The only way I found to add/delete files was through the
Finder.
Create the project, which will also populate some file. I then went
into the
Finder and delete those files. I then used CVS to check out my project
into
the resources and src directories, which OK, I do have everything in
CVS.
But I could never figure out how to add a jar file through xcode that
put it
in the correct place. As this was a jar file created from another
XCode project I had
create a symbolic link from the jar file into the lib from the
terminal (i.e. an
ln -s ../../bla/bla/foo.jar .) I think is mostly because Apple is
using Ant to build
java projects, and as such does not use the xcode project file. So
adding files
through XCode, does not update the ant build.xml file, as that just
looks at
a few simple directories. I get the feeling that apple is giving up on
the Java
IDE, and letting either eclipse or netbeans take over the role.
Robert
Date: Fri, 23 Nov 2007 11:38:10 -0600
From: Jim Geldermann <email@hidden>
Subject: xCode 3 New Java Project
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
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.
_______________________________________________
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