svn commit: r921985 - /ofbiz/trunk/build.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r921985 - /ofbiz/trunk/build.xml

doogie-3
Author: doogie
Date: Thu Mar 11 18:56:21 2010
New Revision: 921985

URL: http://svn.apache.org/viewvc?rev=921985&view=rev
Log:
run-single-test* targets now depend on build.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=921985&r1=921984&r2=921985&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Mar 11 18:56:21 2010
@@ -472,7 +472,7 @@ under the License.
             <arg value="-ant"/>
         </java>
     </target>
-    <target name="run-single-test"
+    <target name="run-single-test" depends="build"
           description="Run a single test">
         <java jar="ofbiz.jar" fork="true" resultproperty="test.result">
             <jvmarg value="${memory.initial.param}"/>
@@ -495,7 +495,7 @@ under the License.
             </condition>
         </fail>
     </target>
-    <target name="run-single-test-suite"
+    <target name="run-single-test-suite" depends="build"
             description="Run a single test suite">
         <java jar="ofbiz.jar" fork="true" resultproperty="test.result">
             <jvmarg value="${memory.initial.param}"/>