Browse Source

Make sure bootstrap.sh runs in a clean environment by removing build/classes.

bootstrap.bat already had this.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268849 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
aea2b0caa4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      bootstrap.sh

+ 4
- 0
bootstrap.sh View File

@@ -41,6 +41,10 @@ if [ -d "bootstrap" ] ; then
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


Loading…
Cancel
Save