You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/15 13:32:27 UTC

svn commit: r507917 - /lenya/trunk/src/targets/test-build.xml

Author: andreas
Date: Thu Feb 15 04:32:26 2007
New Revision: 507917

URL: http://svn.apache.org/viewvc?view=rev&rev=507917
Log:
Set patch.webapp property by alling target before test target

Modified:
    lenya/trunk/src/targets/test-build.xml

Modified: lenya/trunk/src/targets/test-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/test-build.xml?view=diff&rev=507917&r1=507916&r2=507917
==============================================================================
--- lenya/trunk/src/targets/test-build.xml (original)
+++ lenya/trunk/src/targets/test-build.xml Thu Feb 15 04:32:26 2007
@@ -78,7 +78,7 @@
   </target>
   
   <!-- prepares the tests. -->
-  <target name="tests.prepare" depends="init, test.pub.prepare">
+  <target name="tests.prepare" depends="init, test.pub.prepare, set-test-patch-property">
     <mkdir dir="${build.test}"/>
     <mkdir dir="${junit.dir}" />
     



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org