[jboss-cvs] tools/etc/cruisecontrol/scripts ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Tue Jul 18 12:18:07 EDT 2006


  User: rrajasekaran
  Date: 06/07/18 12:18:07

  Modified:    etc/cruisecontrol/scripts  build-jbossws-testsuite.xml
  Log:
  Separated the propertied file for jbossws build with jboss 4.0 and HEAD
  
  Revision  Changes    Path
  1.9       +6 -2      tools/etc/cruisecontrol/scripts/build-jbossws-testsuite.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-jbossws-testsuite.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/scripts/build-jbossws-testsuite.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build-jbossws-testsuite.xml	17 Jul 2006 19:40:37 -0000	1.8
  +++ build-jbossws-testsuite.xml	18 Jul 2006 16:18:07 -0000	1.9
  @@ -37,6 +37,10 @@
       <property name="jbossws-head-testsuite-1.5-jboss" value="${jboss-head}"/>
       <propertycopy name="jboss.home" from="${jboss.dir}-jboss"/>    
   
  +    <property name="jbossws-4.0-testsuite-1.5-properties" value="jbossws-4.0.properties"/>
  +    <property name="jbossws-head-testsuite-1.5-properties" value="jbossws-head.properties"/>
  +    <propertycopy name="jbossws.properties" from="${jboss.dir}-properties"/>      
  +
   
       <target name="clean" depends="" description="Cleans checkout directory">
           <antcall target="clean.checkout">
  @@ -53,7 +57,7 @@
   
       <target name="build" depends="getcode" description="Build jbossws project">
   	<sequential>
  -	<copy file="jbossws.properties" tofile="${proj.dir}/ant.properties"/>
  +	<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}"/>
               <env key="PATH" path="${java15}/bin:${ant-ws}/bin:${env.PATH}"/>
  
  
  



More information about the jboss-cvs-commits mailing list