trying a few more tricks to get jenkins happy.
authorChris Koeritz <fred@gruntose.com>
Mon, 16 Jan 2012 20:44:56 +0000 (15:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 16 Jan 2012 20:44:56 +0000 (15:44 -0500)
scripts/generator/bootstrap_build.sh

index 0c4a5a5b3c0ec5fe6895bdab376365b88493c7e5..aa96a51859f106163009767ebea9a0e22cd5f299 100644 (file)
@@ -66,7 +66,8 @@ echo "Build bootstrap process has started."
 # preconditions for the build process...
 
 # clean out the logs directory so we are all fresh.
-rm -rf "$LOGS_DIR"
+\rm -rf "$LOGS_DIR" "$BUILD_TOP/generatedJUnitFiles"
+mkdir "$LOGS_DIR"  # make this again so no one gets cranky.
 
 # set up our output directories etc.
 prepare_binaries_dir