[jboss-cvs] JBossAS SVN: r111196 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 18 10:30:51 EDT 2011


Author: rsvoboda at redhat.com
Date: 2011-04-18 10:30:51 -0400 (Mon, 18 Apr 2011)
New Revision: 111196

Modified:
   branches/JBPAPP_5_1/build/build-distr.xml
Log:
JBPAPP-2868 - fix for JAVA_OPTS is not recognized as an internal or external command

Modified: branches/JBPAPP_5_1/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1/build/build-distr.xml	2011-04-18 14:20:17 UTC (rev 111195)
+++ branches/JBPAPP_5_1/build/build-distr.xml	2011-04-18 14:30:51 UTC (rev 111196)
@@ -1779,7 +1779,7 @@
       <include name="wsrunclient.bat"/>
       <include name="wstools.bat"/>
       <replacevalue><![CDATA[rem Force use of IPv4 stack
-JAVA_OPTS=%JAVA_OPTS% -Djava.net.preferIPv4Stack=true
+set JAVA_OPTS=%JAVA_OPTS% -Djava.net.preferIPv4Stack=true
 
 rem Execute the command]]> </replacevalue>
 	</replace>



More information about the jboss-cvs-commits mailing list