bodewig 01/03/16 01:22:41
Modified: . bootstrap.sh
Log:
Make sure bootstrap.sh runs in a clean environment by removing build/classes.
bootstrap.bat already had this.
Revision Changes Path
1.47 +4 -0 jakarta-ant/bootstrap.sh
Index: bootstrap.sh
===================================================================
RCS file: /home/cvs/jakarta-ant/bootstrap.sh,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- bootstrap.sh 2001/03/08 11:11:36 1.46
+++ bootstrap.sh 2001/03/16 09:22:36 1.47
@@ -41,6 +41,10 @@
rm -r bootstrap
fi
+if [ -d "build/classes" ] ; then
+ rm -r build/classes
+fi
+
CLASSPATH=lib/crimson.jar:lib/jaxp.jar:${CLASSPATH}
DIRLIBS=lib/optional/*.jar