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
Index: build.bat
===================================================================
RCS file: /home/cvspublic/jakarta-james/build.bat,v
retrieving revision 1.3
diff -u -r1.3 build.bat
--- build.bat 30 Oct 2001 14:08:15 -0000 1.3
+++ build.bat 13 Aug 2002 18:41:10 -0000
@@ -5,7 +5,7 @@
echo -------------------
set ANT_HOME=tools
-set
CLASSPATH=lib\xerces-1.4.3.jar;tools\lib\velocity-1.3-dev.jar;tools\lib\jdom-b7.jar
+set
+CLASSPATH=phoenix-bin\lib\xerces-2.0.1.jar;phoenix-bin\lib\xml-apis.jar;tools\lib\velocity-1.3-dev.jar;tools\lib\jdom-b7.jar
%ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8
goto cleanup
Index: build.sh
===================================================================
RCS file: /home/cvspublic/jakarta-james/build.sh,v
retrieving revision 1.8
diff -u -r1.8 build.sh
--- build.sh 27 Jul 2002 09:07:10 -0000 1.8
+++ build.sh 13 Aug 2002 18:41:10 -0000
@@ -5,7 +5,7 @@
echo "-------------------"
export CP=$CLASSPATH
-CLASSPATH=phoenix-bin/lib/xerces.jar
+CLASSPATH=phoenix-bin/lib/xerces-2.0.1.jar:phoenix-bin/lib/xml-apis.jar
## Setup the Anakia stuff
if [ -d ../jakarta-site2/lib ] ; then
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>