DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18144>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18144 JBOSS_HOME environment variable corrupted Summary: JBOSS_HOME environment variable corrupted Product: Ant Version: 1.4.1 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] A problem specific on the XP system has occurred we have got the following error: : Failed to copy C:\mforma \mserver\mobizardMlets\external\external.war to C:\jboss\JBoss-2.4.8_Tomcat- 4.0. 4\jboss LOCALCLASSP\deploy\external.war due to C:\jboss\JBoss-2.4.8_Tomcat-4.0.4\jboss LOCALCLASSP\deploy\external.war ... In fact the environment variable JBOSS_HOME seems to be corrupted by ant (in XP environment only). Each time (but not always) this variable is invoked through a ant build.xml file (${OS.JBOSS_HOME}), it is suffixed by the word “\nLOCALCLASSP” (\n=carriage return) … There are many other variables used into the build.xml file with no problems. Ant is called from a batch file where a specific classpath is defined regarding to the local environment. This classpath is set into the LOCALCLASSPATH environment variable. Thanks for your help.