This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/xerces-j.git
The following commit(s) were added to refs/heads/main by this push:
new 75f2f85c5 Don't add xerces jars to ant's classpath (#56)
75f2f85c5 is described below
commit 75f2f85c5fded28041cf2d1e94ca72b796535a2a
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Mar 1 08:10:53 2026 -0500
Don't add xerces jars to ant's classpath (#56)
---
build.bat | 2 --
build.sh | 2 --
2 files changed, 4 deletions(-)
diff --git a/build.bat b/build.bat
index b2a32ed63..db3176e29 100755
--- a/build.bat
+++ b/build.bat
@@ -31,8 +31,6 @@ set
LOCALCLASSPATH=%LOCALCLASSPATH%;%JAVA_HOME%\lib\classes.zip
set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\ant.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\ant-launcher.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\ant-junit.jar
-set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\xml-apis.jar
-set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\xercesImpl.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\bin\xjavac.jar
echo Building with ant classpath %LOCALCLASSPATH%
diff --git a/build.sh b/build.sh
index 32035c8fa..cf23551f6 100755
--- a/build.sh
+++ b/build.sh
@@ -48,8 +48,6 @@
LOCALCLASSPATH="$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/ant.jar"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/ant-launcher.jar"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/ant-junit.jar"
-LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/xml-apis.jar"
-LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/xercesImpl.jar"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/bin/xjavac.jar"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]