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/01/28 01:18:13 UTC

svn commit: r500707 - /geronimo/sandbox/build-support/harness/trunk/harness.xml

Author: jdillon
Date: Sat Jan 27 16:18:13 2007
New Revision: 500707

URL: http://svn.apache.org/viewvc?view=rev&rev=500707
Log:
Add some comments about whats going on

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

Modified: geronimo/sandbox/build-support/harness/trunk/harness.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/harness/trunk/harness.xml?view=diff&rev=500707&r1=500706&r2=500707
==============================================================================
--- geronimo/sandbox/build-support/harness/trunk/harness.xml (original)
+++ geronimo/sandbox/build-support/harness/trunk/harness.xml Sat Jan 27 16:18:13 2007
@@ -43,6 +43,7 @@
     </target>
     
     <target name="harness">
+        <!-- Capture all build harness output to a log file for local debugging -->
         <record name="harness.log" action="start" emacsmode="true" loglevel="info" append="false"/>
         
         <taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy">
@@ -55,7 +56,10 @@
         
         <groovy>
             <classpath>
+                <!-- Include system scripts -->
                 <pathelement location="${basedir}/lib"/>
+                
+                <!-- Include library scripts -->
                 <pathelement location="${basedir}/library"/>
             </classpath>