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:41:50 UTC

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

Author: jdillon
Date: Wed May 30 20:41:50 2007
New Revision: 543038

URL: http://svn.apache.org/viewvc?view=rev&rev=543038
Log:
Comment why this insanity is being done

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=543038&r1=543037&r2=543038
==============================================================================
--- 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:41:50 2007
@@ -69,6 +69,11 @@
     </target>
     
     <target name="setup" depends="setup-tools">
+        <!--
+        NOTE: For some reason we have to call our bundled version of Ant to allow the setup-libraries
+              target to resolve classes properly.  Have to do this here, since we need to chmod +x the
+              scripts first.
+        -->
         <exec executable="${tools.dir}/ant/bin/ant" failonerror="true">
             <env key="ANT_HOME" value="${tools.dir}/ant"/>
             <arg value="-f"/>