You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/12/08 04:46:55 UTC

svn commit: r483813 - /ant/build/trunk/ant_nightly.sh

Author: antoine
Date: Thu Dec  7 19:46:53 2006
New Revision: 483813

URL: http://svn.apache.org/viewvc?view=rev&rev=483813
Log:
adding one rm statement

Modified:
    ant/build/trunk/ant_nightly.sh

Modified: ant/build/trunk/ant_nightly.sh
URL: http://svn.apache.org/viewvc/ant/build/trunk/ant_nightly.sh?view=diff&rev=483813&r1=483812&r2=483813
==============================================================================
--- ant/build/trunk/ant_nightly.sh (original)
+++ ant/build/trunk/ant_nightly.sh Thu Dec  7 19:46:53 2006
@@ -87,6 +87,9 @@
     echo
     echo "Using Ant to build $component...."
     svn up
+    # this rm is needed to get rid of the output of the preceding nightlies
+    rm -rf distribution
+    #
     ant -Dartifact.version=${time_stamp} clean distribution > $log_location/$component.log 2>&1 
 
     if [ ! -e distribution ] # build failed



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org