from a copy checked out today:
Buildfile: build.xml (only one target with an <echo> in it) BUILD FAILED No JAXP compliant XML parser found. Please visit http://xml.apache.org for a suitable parser i've copied the jaxp.jar from the source tree into ANT_HOME/lib. Is that not enough? i've also tried adding it to my classpath directly: [EMAIL PROTECTED]:~/src/anttest >export CLASSPATH=$CLASSPATH:/home/stephan/cvs/ant/bootstrap/lib/jaxp.jar [EMAIL PROTECTED]:~/src/anttest >ant Buildfile: build.xml BUILD FAILED No JAXP compliant XML parser found. Please visit http://xml.apache.org for a suitable parser Total time: 1 second [EMAIL PROTECTED]:~/src/anttest >which ant /home/stephan/cvs/ant/bootstrap/bin/ant ----- [EMAIL PROTECTED] http://qub.sourceforge.net - http://radioaqtiph.sourceforge.net http://www.countermoves.net - http://stephan.rootonfire.org "Unix: the shell is your oyster." -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
