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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]