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 ch...@apache.org on 2001/05/20 19:34:28 UTC

cvs commit: jakarta-james build.sh

charlesb    01/05/20 10:34:28

  Modified:    .        build.sh
  Log:
  Reset classpath after build
  
  Revision  Changes    Path
  1.7       +3 -0      jakarta-james/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.sh	2001/04/27 12:50:43	1.6
  +++ build.sh	2001/05/20 17:34:28	1.7
  @@ -4,6 +4,7 @@
   echo "James Build System"
   echo "-------------------"
   
  +export CP=$CLASSPATH
   CLASSPATH=lib/xerces.jar
   
   ## Setup the Anakia stuff
  @@ -33,3 +34,5 @@
   unset ANT_HOME
   
   ./tools/bin/ant -emacs $@
  +
  +export CLASSPATH=$CP
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org