You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/05/31 05:29:31 UTC

svn commit: r543033 - /geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml

Author: jdillon
Date: Wed May 30 20:29:30 2007
New Revision: 543033

URL: http://svn.apache.org/viewvc?view=rev&rev=543033
Log:
ugh, try to bootstrap the groovy bits with a sub-ant... fuck I hate computers

Modified:
    geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml

Modified: geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml?view=diff&rev=543033&r1=543032&r2=543033
==============================================================================
--- geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml (original)
+++ geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml Wed May 30 20:29:30 2007
@@ -68,7 +68,13 @@
         </chmod>
     </target>
     
-    <target name="setup" depends="setup-tools,setup-libraries"/>
+    <target name="setup" depends="setup-tools">
+        <exec executable="${tools.dir}/ant/bin/ant">
+            <arg value="-f"/>
+            <arg value="${basedir}/harness.xml"/>
+            <arg value="setup-libraries"/>
+        </exec>
+    </target>
     
     <target name="harness" depends="init">
         <groovy>