Something seems to have broken within Xerces2 yesterday that caused the
Axis build to fail. Here's a fairly small test case:
test.sh:
export CLASSPATH=/usr/java/jdk1.3.1_04/lib/tools.jar
export CLASSPATH=$CLASSPATH:xml-xerces2/java/tools/ant.jar
export CLASSPATH=$CLASSPATH:xml-xerces2/java/build/xercesImpl.jar
export CLASSPATH=$CLASSPATH:xml-xerces2/java/build/xmlParserAPIs.jar
java org.apache.tools.ant.Main
build.xml:
<?xml version="1.0"?>
<!DOCTYPE project []>
<project default="compile" basedir="."/>
You can see the symptoms here:
http://jakarta.apache.org/builds/gump/2002-09-17/xml-axis.html
I hope you find this helpful.
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]