You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/28 20:58:35 UTC

svn commit: rev 30856 - forrest/trunk/src/forrestbot/core

Author: brondsem
Date: Wed Jul 28 11:58:35 2004
New Revision: 30856

Modified:
   forrest/trunk/src/forrestbot/core/notify.xml
Log:
when build fails and notify is on; show an empty value for the deploy location

Modified: forrest/trunk/src/forrestbot/core/notify.xml
==============================================================================
--- forrest/trunk/src/forrestbot/core/notify.xml	(original)
+++ forrest/trunk/src/forrestbot/core/notify.xml	Wed Jul 28 11:58:35 2004
@@ -24,7 +24,7 @@
   <!-- set property defaults after other workstages have been run -->
   <target name="notify.init">
     <property name="notify.log" value="${build.logfile-stored}"/>
-    <property name="notify.deploy-location" value="- workstage should have set this -"/>
+    <property name="notify.deploy-location" value=""/>
     <property name="notify.completion-status" value="- workstage should have set this -"/>
     <if>
         <isset property="build.failed"/>