[jboss-cvs] JBoss Messaging SVN: r6637 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 30 12:08:57 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-04-30 12:08:56 -0400 (Thu, 30 Apr 2009)
New Revision: 6637

Modified:
   trunk/build.xml
Log:
Defining tmp-dir as ./tmp on dev-tests.. so I could run tests on eclipse while the testsuite is running, without affecting the results

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-04-30 16:02:26 UTC (rev 6636)
+++ trunk/build.xml	2009-04-30 16:08:56 UTC (rev 6637)
@@ -242,7 +242,9 @@
    </target>
 
    <target name="dev-tests" depends="createthirdparty">
-      <ant antfile="build-messaging.xml" target="hudson-tests"/>
+      <ant antfile="build-messaging.xml" target="hudson-tests">
+      	<property name="java.io.tmpdir" value="./tmp"/>
+   	  </ant>
       <ant antfile="build-messaging.xml" target="compile-reports"/>
    </target>
 




More information about the jboss-cvs-commits mailing list