Anyone using xcode 1.5 to develop java web apps?
Anyone using xcode 1.5 to develop java web apps?
- Subject: Anyone using xcode 1.5 to develop java web apps?
- From: andrew wulf <email@hidden>
- Date: Thu, 22 Jul 2004 12:55:33 -0500
I have been asked to evaluate XCode 1.5 to develop JSP based java web
apps with XCode 1.5 beta. The documentation is way lacking, so anyone
have any general feedback or tips on using it this way?
One question is that the application will be built on a number of jar
files, the source of each one has to be modified in parallel with the
main application. Each of this "subprojects" is in a separate CVS
project. How do I set up the XCode project and targets so that I can
build each jar first then the main project? The java module template
sets up a single target which just passes the build.xml file to ant.
Without making major changes to the build.xml (which I am not allowed
to do apparently), is what I need to do possible?
One possibility of course to just to build separate project files for
each subproject, but it would be nice to build everything at once (but
still keep the sources in CVS separate, since they may be shared with
other projects I am not working on).
My normal IDE for java is IntelliJ where this is quite easy to do, but
is not an option here at all.
- andrew
_______________________________________________
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.