You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/09/16 08:56:28 UTC

svn commit: r289400 - /forrest/trunk/tools/forrestbot/core/build.xml

Author: crossley
Date: Thu Sep 15 23:56:24 2005
New Revision: 289400

URL: http://svn.apache.org/viewcvs?rev=289400&view=rev
Log:
Put the "Oops" message into the actual logfile.

Modified:
    forrest/trunk/tools/forrestbot/core/build.xml

Modified: forrest/trunk/tools/forrestbot/core/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbot/core/build.xml?rev=289400&r1=289399&r2=289400&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbot/core/build.xml (original)
+++ forrest/trunk/tools/forrestbot/core/build.xml Thu Sep 15 23:56:24 2005
@@ -62,8 +62,8 @@
         <property name="notify.completion-status" value="succeeded" />
       </try>
       <catch>
-        <record name="${build.logfile}" action="stop"/>
         <echo>Oops, something broke</echo>
+        <record name="${build.logfile}" action="stop"/>
         <property name="notify.completion-status" value="FAILED" />
         <property name="build.failed" value="true"/>
       </catch>