nevermind: this did the trick: cp proposal/myrmidon/lib/*.jar bootstrap/lib/
On Thursday 21 March 2002 20:39, stephan beal wrote: > 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 > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
