[Jboss-cvs] JBossAS SVN: r57022 - trunk/tools/etc/cruisecontrol/scripts

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 20 14:40:52 EDT 2006


Author: rrajesh
Date: 2006-09-20 14:40:48 -0400 (Wed, 20 Sep 2006)
New Revision: 57022

Modified:
   trunk/tools/etc/cruisecontrol/scripts/build-jbossws-testsuite.xml
Log:
Removed jboss.home property

Modified: trunk/tools/etc/cruisecontrol/scripts/build-jbossws-testsuite.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/scripts/build-jbossws-testsuite.xml	2006-09-20 18:35:04 UTC (rev 57021)
+++ trunk/tools/etc/cruisecontrol/scripts/build-jbossws-testsuite.xml	2006-09-20 18:40:48 UTC (rev 57022)
@@ -66,7 +66,7 @@
 	<sequential>
 	<copy file="${jbossws.properties}" tofile="${proj.dir}/ant.properties"/>
         <exec executable="ant" failonerror="false" dir="${proj.dir}" resultproperty="build.returncode" output="${log.dir}/compilejbossws.log">
-            <arg line="-Djboss.home=${jboss.home}"/>
+            <arg line=""/>
             <env key="PATH" path="${java15}/bin:${ant-ws}/bin:${env.PATH}"/>
             <env key="JAVA_HOME" path="${java15}"/>
             <env key="ANT_HOME" path="${ant-ws}"/>
@@ -86,7 +86,7 @@
 	<antcall target="kill"/>
 
         <exec executable="ant" failonerror="false" dir="${proj.dir}"  output="${log.dir}/deploy.log">
-            <arg line="${jbossws.deploy.target} -Djboss.home=${jboss.home}"/>
+            <arg line="${jbossws.deploy.target}"/>
             <env key="PATH" path="${java15}/bin:${ant-ws}/bin:${env.PATH}"/>
             <env key="JAVA_HOME" path="${java15}"/>
             <env key="ANT_HOME" path="${ant-ws}"/>
@@ -100,7 +100,7 @@
 	</antcall>
 	
         <exec executable="ant" failonerror="false" dir="${proj.dir}/src/test"  resultproperty="tests.returncode"  output="${log.dir}/tests.log">
-            <arg line="clean tests -Djboss.home=${jboss.home}"/>
+            <arg line="clean tests"/>
             <env key="PATH" path="${java.home.dir}/bin:${ant-ws}/bin:${env.PATH}"/>
             <env key="JAVA_HOME" path="${java.home.dir}"/>
             <env key="ANT_HOME" path="${ant-ws}"/>




More information about the jboss-cvs-commits mailing list