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

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Tue Jul 18 16:54:47 EDT 2006


  User: rrajasekaran
  Date: 06/07/18 16:54:47

  Modified:    etc/cruisecontrol/scripts  build-jbossws-testsuite.xml
  Log:
  Kill any running jboss instances after server shutdown
  
  Revision  Changes    Path
  1.10      +2 -1      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build-jbossws-testsuite.xml	18 Jul 2006 16:18:07 -0000	1.9
  +++ build-jbossws-testsuite.xml	18 Jul 2006 20:54:47 -0000	1.10
  @@ -104,6 +104,7 @@
   	   <param name="java.home.dir" value="${java.home.dir}"/>
   	   <param name="node" value="localhost"/>
   	</antcall>	        
  +	<antcall target="kill"/>
           <condition property="tests.success">
             <equals arg1="${tests.returncode}" arg2="0"/>
           </condition>
  
  
  



More information about the jboss-cvs-commits mailing list