You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/05 19:24:27 UTC

svn commit: r168360 - /incubator/beehive/trunk/ant/nightly.xml

Author: ekoneil
Date: Thu May  5 10:24:25 2005
New Revision: 168360

URL: http://svn.apache.org/viewcvs?rev=168360&view=rev
Log:
Fixup nightly.xml with feedback from Jeremiah.

- remove stale todo
- change the exec to fail on error

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/ant/nightly.xml

Modified: incubator/beehive/trunk/ant/nightly.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/ant/nightly.xml?rev=168360&r1=168359&r2=168360&view=diff
==============================================================================
--- incubator/beehive/trunk/ant/nightly.xml (original)
+++ incubator/beehive/trunk/ant/nightly.xml Thu May  5 10:24:25 2005
@@ -6,12 +6,11 @@
 <project name="Beehive Nightly Build" default="usage" basedir=".">
 
     <tstamp>
-        <!-- todo: change to yyyyddMM -->
         <format property="date" pattern="yyyyMMdd"/>
     </tstamp>
 
     <echo>Get SVN revision</echo>
-    <exec executable="svnversion" dir=".." failifexecutionfails="false" outputproperty="beehive.svn.revision">
+    <exec executable="svnversion" dir=".." failifexecutionfails="true" outputproperty="beehive.svn.revision">
         <arg value="."/>
     </exec>