Java Application Servers Development
Java Application Servers Development
- Subject: Java Application Servers Development
- From: Niels Meersschaert <email@hidden>
- Date: Wed, 4 May 2005 12:22:53 -0400
What happened to the J2EE XCode options in XCode 2.0? I don't see an option to install them in the new XCode installer. Since I did an upgrade they are still available, but there are some problems that arise in Tiger with the current templates. The templates created a build directory called ant.dist. In Tiger, anything has a dist extension is thought to be a Installer Distribution, so the icon changes & you can't access the contents without choosing Show Package Contents. Granted, I can change the existing build.xml files to fix this, but has Apple dropped supporting J2EE development with XCode?
Also, those scripts included a helpful install target that copied the built war/ear file to the deploy directory in JBoss. At least on my Tiger Server install, the permissions have changed on that directory. After adding my user to the appserver group, I could get in via command line, but the ant target install still doesn't work.
<target name="install" depends="dist"> <!-- Delete previous exploded project, if any. -->
<!-- Ensure that whole WAR is copied first before JBoss deployer notices it. "#*" will be ignored by the JBoss deployer. --> <property name="tempFile" file="${tempFile}"/>
</target>
The copy action is the one failing with a Permission denied error. Isn't the ant script running as my user id?
Any help would be appreciated.
Niels |
_______________________________________________
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