elharo commented on code in PR #54: URL: https://github.com/apache/xerces-j/pull/54#discussion_r2560034053
########## build.bat: ########## @@ -31,8 +31,7 @@ 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 +@REM set LOCALCLASSPATH=%LOCALCLASSPATH%;.\tools\xml-apis-2.0.2.jar Review Comment: delete or keep, don't comment out ########## build.sh: ########## @@ -48,8 +48,7 @@ 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/xml-apis-2.0.2.jar" Review Comment: ditto -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
