shannon 2002/06/15 09:30:15 Modified: . run.sh Log: Adjusted classpath variable to reflect revised lib directory structures. Revision Changes Path 1.3 +3 -2 xml-cocoon2/run.sh Index: run.sh =================================================================== RCS file: /home/cvs/xml-cocoon2/run.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- run.sh 11 Jan 2002 18:57:49 -0000 1.2 +++ run.sh 15 Jun 2002 16:30:15 -0000 1.3 @@ -32,7 +32,8 @@ # ----- Set Up The Runtime Classpath ------------------------------------------ -CP=\"`echo $COCOON_LIB/*.jar | tr ' ' $S`$S$JAVA_HOME/lib/tools.jar$S$COCOON_WORK$S$CLASSPATH\" +CP=\"`echo ./build/cocoon/*.jar | tr '[:space:]' $S``echo $COCOON_LIB/optional/*.jar | tr '[:space:]' $S``echo $COCOON_LIB/core/*.jar | tr '[:space:]' $S``echo $COCOON_LIB/optional/*.jar | tr '[:space:]' $S`$S$JAVA_HOME/lib/tools.jar$S$COCOON_WORK$S$CLASSPATH\" + # ----- Run Cocoon ------------------------------------------------------------
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]