[jdom-interest] ./build.sh -> Segmentation fault

Bram Bouwens bbouwens at xs4all.nl
Tue May 22 02:42:18 PDT 2001


On a freshly updated CVS tree (Tue May 22 11:33:50 CEST 2001) I get this:

% ./build.sh
 
JDOM Build System
-------------------
 
Building with classpath /usr/java/jdk1.3.1/lib/tools.jar:./lib/xerces.jar:./lib/ant.jar:./lib/jaxp.jar:/usr/java/jdk1.3.1/lib/dev.jar:
 
Starting Ant...
 
Buildfile: build.xml
./build.sh: line 31:  2473 Segmentation fault      $JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath $LOCALCLASSPATH${PS}$ADDITIONALCLASSPATH org.apache.tools.ant.Main $*

When I shuffle around the classpath a little I get
javax.xml.parsers.FactoryConfigurationError: java.lang.ClassNotFoundException: org.apache.crimson.jaxp.SAXParserFactoryImpl

and eventually this classpath builds OK:

./lib/ant.jar:./lib/jaxp.jar:./lib/xerces.jar:./lib/crimson.jar:/usr/java/jdk1.3.1/lib/tools.jar

even without xerces.jar, BUT then I'm using crimson. Do I want that?

For completeness: this is on RedHat 7.1 with Sun jdk1.3.1 .

If I want to revert to the last milestone, how do I do that: I don't see
a tag for it; why not?


Bram Bouwens
bram at fredhopper.com



More information about the jdom-interest mailing list