You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2010/03/20 21:43:48 UTC

svn commit: r925678 - /ant/sandbox/historical/xdocs/build.xml

Author: jhm
Date: Sat Mar 20 20:43:48 2010
New Revision: 925678

URL: http://svn.apache.org/viewvc?rev=925678&view=rev
Log:
debugging (works locally but fails on Gump, so log the current values)

Modified:
    ant/sandbox/historical/xdocs/build.xml

Modified: ant/sandbox/historical/xdocs/build.xml
URL: http://svn.apache.org/viewvc/ant/sandbox/historical/xdocs/build.xml?rev=925678&r1=925677&r2=925678&view=diff
==============================================================================
--- ant/sandbox/historical/xdocs/build.xml (original)
+++ ant/sandbox/historical/xdocs/build.xml Sat Mar 20 20:43:48 2010
@@ -526,6 +526,10 @@
    depends="gen,prepare-for-docs" />
    
   <target name="docs" depends="prepare-for-docs" >
+  
+    <!-- JHM: debug output for getting Gump run -->
+    <echoproperties taskname="debug-log"/>
+  
     <!-- Copy stuff so things are in the correct relative location. -->
     <!-- Generate HTML using DVSL -->
     <ant dir="dvsl"/>