ovidiu 02/01/11 09:34:07 Modified: . build.sh Log: Invoke ant from the tools/bin/ directory, instead of bin/tools/. Revision Changes Path 1.9 +1 -1 xml-cocoon2/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/xml-cocoon2/build.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.sh 11 Jan 2002 09:35:27 -0000 1.8 +++ build.sh 11 Jan 2002 17:34:07 -0000 1.9 @@ -17,7 +17,7 @@ export CP unset CLASSPATH -$PWD/bin/tools/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@ +$PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@ CLASSPATH=$CP export CLASSPATH
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]