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/11/16 05:54:14 UTC

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

Author: antoine
Date: Wed Nov 15 20:54:13 2006
New Revision: 475581

URL: http://svn.apache.org/viewvc?view=rev&rev=475581
Log:
time_stamp not timestamp

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=475581&r1=475580&r2=475581
==============================================================================
--- ant/build/trunk/ant_nightly.sh (original)
+++ ant/build/trunk/ant_nightly.sh Wed Nov 15 20:54:13 2006
@@ -87,7 +87,7 @@
     echo
     echo "Using Ant to build $component...."
     svn up
-    ant -Dartifact.version=${timestamp} clean dist > $log_location/$component.log 2>&1 
+    ant -Dartifact.version=${time_stamp} clean dist > $log_location/$component.log 2>&1 
 
     if [ ! -e distribution ] # build failed
     then
@@ -106,7 +106,7 @@
   fi
 
     # Cleanup
-    rm -f *${timestamp}*
+    rm -f *${time_stamp}*
   done 
 } 
 #==============================================================================
@@ -119,7 +119,7 @@
 svn up
 cd $ant_root
 rm -rf bootstrap
-./build.sh -Ddist.name=apache-ant-${timestamp} clean distribution 
+./build.sh -Ddist.name=apache-ant-${time_stamp} clean distribution 
 scp distribution/binaries/* $deploy_user@$deploy_host:$deploy_location
 # Set umask
 umask 002



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