r9567 - helma-ng/trunk

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090403074607.B302E3D0D6@mia>
Author: hannes
Date: 2009-04-03 09:46:07 +0200 (Fri, 03 Apr 2009)
New Revision: 9567

Modified:
   helma-ng/trunk/build.xml
Log:
Make test target depend on jar and change deprecated args attribute to nested arg element.

Details at http://dev.helma.org/trac/helma/changeset/9567

Modified: helma-ng/trunk/build.xml
===================================================================
--- helma-ng/trunk/build.xml	2009-04-02 15:48:54 UTC (rev 9566)
+++ helma-ng/trunk/build.xml	2009-04-03 07:46:07 UTC (rev 9567)
@@ -72,8 +72,10 @@
     <!-- =================================================================== -->
     <!-- Runs the JUnit and Helma test cases                                 -->
     <!-- =================================================================== -->
-    <target name="test" depends="compile">
-        <java jar="run.jar" args="test/all" fork="true" />
+    <target name="test" depends="jar">
+        <java jar="run.jar" fork="true">
+            <arg value="test/all"/>
+        </java>
         <junit haltonfailure="true">
             <classpath refid="classpath"/>
             <formatter type="brief" usefile="false"/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.