Author: crossley
Date: Wed Oct 19 01:40:42 2005
New Revision: 326480

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

Modified:
    forrest/branches/forrest_07_branch/tools/forrestbot/core/build.xml

Modified: forrest/branches/forrest_07_branch/tools/forrestbot/core/build.xml
URL: 
http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/tools/forrestbot/core/build.xml?rev=326480&r1=326479&r2=326480&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/tools/forrestbot/core/build.xml 
(original)
+++ forrest/branches/forrest_07_branch/tools/forrestbot/core/build.xml Wed Oct 
19 01:40:42 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>