The problem is caused by upgrading to Xerces v2. If you replace:
CLASSPATH=phoenix-bin/lib/xerces.jar
with:
CLASSPATH=phoenix-bin/lib/xerces-2.0.1.jar:phoenix-bin/lib/xml-apis.jar
the build runs cleanly.
The reason that the build worked when jakarta-site2 was present is that
xerces v1 is part of the site2 module, and xerces v1 had everything in one
jar. With Xerces v2, there are two jar files. FWIW, Xerces 2.0.2 calls
them xercesImpl.jar and xmlParserAPIs.jar.
And the Windows build file, build.bat, is completely different! It says:
set
CLASSPATH=lib\xerces-1.4.3.jar;tools\lib\velocity-1.3-dev.jar;tools\lib\jdom
-b7.jar
There isn't a xerces-1.4.*.jar in the lib/ directory.
--- Noel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>