Browse Source

readded xml-apis.jar and xercesImpl.jar in the classpath for the build scripts afer discussion with Conor McNeill.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274959 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
8fd6c92f92
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      build.bat
  2. +1
    -1
      build.sh

+ 1
- 1
build.bat View File

@@ -13,7 +13,7 @@ echo Bootstrap FAILED
goto cleanup

:runAnt
set LOCALCLASSPATH=
set LOCALCLASSPATH=lib/xercesImpl.jar;lib/xml-apis.jar
for %%i in (lib\optional\*.jar) do call bootstrap\bin\lcp.bat %%i
set CLASSPATH=lib\optional\xalanj1compat.jar;%LOCALCLASSPATH%;%CLASSPATH%
set LOCALCLASSPATH=


+ 1
- 1
build.sh View File

@@ -28,7 +28,7 @@ if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/
exit
fi

LOCALCLASSPATH=
LOCALCLASSPATH=lib/xercesImpl.jar:lib/xml-apis.jar
# add in the dependency .jar files
DIRLIBS=lib/optional/*.jar
for i in ${DIRLIBS}


Loading…
Cancel
Save