fixed occasional omission of .zip from name if the directory name had dots in it...
[feisty_meow.git] / customizing / fred / build_cak0l.sh
index 84f11d72ff5934432fb9ae9061e038dca82a2d43..0c5bfff92a9bd5f9cdb50af2c709f1a735fca711 100644 (file)
@@ -3,6 +3,8 @@
 function build_xsede()
 {
   pushd ~/xsede/code/cak0l/trunk
+  echo "Build starting at: $(date)"
+  \rm -rf unit-test-reports
   ant -Dbuild.targetArch=64 build
   # fix memory limits.
 #hmmm: clean these up.
@@ -22,6 +24,7 @@ function build_xsede()
 #    sed -i -e "s/-Xmx512M/-Xmx1G/" "grid.bat"
     chmod 755 "grid.bat"
   fi
+  echo "Build done at: $(date)"
   popd
 }