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:53:25 UTC

svn commit: r289399 - /forrest/trunk/tools/forrestbot/core/notify.xml

Author: crossley
Date: Thu Sep 15 23:53:19 2005
New Revision: 289399

URL: http://svn.apache.org/viewcvs?rev=289399&view=rev
Log:
Need to build before we can know whether to notify success or failure.

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

Modified: forrest/trunk/tools/forrestbot/core/notify.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbot/core/notify.xml?rev=289399&r1=289398&r2=289399&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbot/core/notify.xml (original)
+++ forrest/trunk/tools/forrestbot/core/notify.xml Thu Sep 15 23:53:19 2005
@@ -48,7 +48,7 @@
     </if>
   </target>
 
-  <target name="notify.local" depends="notify.init, build" if="notify.do" description="FB: Notify to the console">
+  <target name="notify.local" depends="build, notify.init" if="notify.do" description="FB: Notify to the console">
     <tstamp>
       <format property="NOW" pattern="dd MMMM hh:mm aa"/>
     </tstamp>
@@ -70,7 +70,7 @@
   <property name="notify.email.to"   value="${user.name}@localhost"/>
   <property name="notify.email.from"   value="Forrestbot"/>
   
-  <target name="notify.email" depends="notify.init, build" if="notify.do" description="FB: Notify by email">
+  <target name="notify.email" depends="build, notify.init" if="notify.do" description="FB: Notify by email">
     <tstamp>
       <format property="NOW" pattern="dd MMMM hh:mm aa"/>
     </tstamp>