You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Noel J. Bergman" <no...@devtech.com> on 2002/08/13 21:03:41 UTC

[PATCH] build scripts

Attached are updates to build.bat and build.sh.  They are for the current
set of xerces and xalan.

Please note: If you update xerces without updating xalan, James will build
but it will not run.  It appears that you need to keep xerces and xalan in
synch.  Running JDK 1.4 will mask the error, which otherwise appears when
running JDK 1.3.

When the Phoenix folks update to Xerces 2.0.2, hopefully they will also
update Xalan, and make sure that the combination runs on JDK 1.3.

Then we can update the build scripts for the next set of xerces names
(xercesImpl.jar and xmlParserAPI.jar).

	--- Noel