[jboss-cvs] JBoss Messaging SVN: r3510 - trunk/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 17 04:35:35 EST 2007


Author: jmesnil
Date: 2007-12-17 04:35:34 -0500 (Mon, 17 Dec 2007)
New Revision: 3510

Modified:
   trunk/tests/build.xml
Log:
* ide-remoting-tests target requires JBoss Messaging compilation and jar to run the tests

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-12-14 18:48:31 UTC (rev 3509)
+++ trunk/tests/build.xml	2007-12-17 09:35:34 UTC (rev 3510)
@@ -1046,6 +1046,8 @@
 
    <target name="ide-remoting-tests" depends="tests-jar, prepare-testdirs, clear-test-logs"
 	       description="Runs all tests related to remoting from an IDE">
+      <!-- required to test on an jar up to date -->
+      <ant dir=".." inheritall="false" target="jar" />
       <junit printsummary="true"
              fork="on"
              forkMode="once"




More information about the jboss-cvs-commits mailing list