bloritsch 01/03/12 12:08:23 Modified: . build.sh Log: Restore classpath after building--that way I can switch between projects. Revision Changes Path 1.2 +3 -0 jakarta-avalon/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/jakarta-avalon/build.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.sh 2001/02/23 10:47:32 1.1 +++ build.sh 2001/03/12 20:08:20 1.2 @@ -4,6 +4,7 @@ echo "Avalon Build System" echo "-------------------" +cp=$CLASSPATH export CLASSPATH=`echo $PWD/lib/*.jar | tr ' ' ':'` chmod u+x ./tools/bin/antRun @@ -18,3 +19,5 @@ fi $PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $PROPOSAL $@ + +export CLASSPATH=$cp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]