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 pg...@apache.org on 2002/08/13 21:29:59 UTC

cvs commit: jakarta-james build.sh build.bat

pgoldstein    2002/08/13 12:29:59

  Modified:    .        build.sh build.bat
  Log:
  This patch fixes build issues that arose with the move to the latest
  Phoenix.
  
  Thanks to Noel Bergman for the patch
  
  Revision  Changes    Path
  1.9       +1 -1      jakarta-james/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.sh	27 Jul 2002 09:07:10 -0000	1.8
  +++ build.sh	13 Aug 2002 19:29:58 -0000	1.9
  @@ -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
  
  
  
  1.4       +18 -14    jakarta-james/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.bat	30 Oct 2001 14:08:15 -0000	1.3
  +++ build.bat	13 Aug 2002 19:29:58 -0000	1.4
  @@ -1,14 +1,18 @@
  -@echo off
  -
  -echo.
  -echo James Build System
  -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
  -
  -%ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8
  -goto cleanup
  -
  -:cleanup
  -set ANT_HOME=
  +@echo off
  +
  +echo.
  +echo James Build System
  +echo -------------------
  +
  +set OLD_ANT_HOME=%ANT_HOME%
  +set ANT_HOME=tools
  +
  +set OLD_CLASSPATH=%CLASSPATH%
  +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
  +
  +:cleanup
  +set ANT_HOME=%OLD_ANT_HOME%
  +set CLASSPATH=%OLD_CLASSPATH%
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>