I just pulled the CVS using the following: mkdir jakarta cd jakarta cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login #password: anoncvs cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-james cd jakarta-james export JAVA_HOME=/usr/local/java ./build.sh
and received the following: James Build System ------------------- Buildfile: build.xml BUILD FAILED No JAXP compliant XML parser found. Please visit http://xml.apache.org for a suitable parser The begining of build.sh has: CLASSPATH=lib/xerces.jar but the lib/ path no longer contain xerces.jar. It appears that a lot of things previously in lib/ are now in phoenix-bin/bin/ and phoenix-bin/lib/, including xerces.jar. Should build.sh be updated to: CLASSPATH=phoenix-bin/lib/xerces.jar I made that change on my end, and was able to build again without error (although I do get the deprecation warnings). --- Noel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
