jefft 01/12/11 02:01:35 Modified: . build.bat build.sh Log: Remove the hardcoded xerces.jar property. It was pointing to a nonexistent tools/lib/xerces.jar, causing the build to break Revision Changes Path 1.9 +1 -1 jakarta-avalon-phoenix/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/build.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.bat 2001/11/10 07:07:47 1.8 +++ build.bat 2001/12/11 10:01:35 1.9 @@ -18,6 +18,6 @@ :runAnt set ANT_HOME=%AVALON_TOOLS% -%AVALON_TOOLS%\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger -emacs -Dtools.dir=%AVALON_TOOLS% -Dxerces.jar=%AVALON_TOOLS%\lib\xerces.jar %1 %2 %3 %4 %5 %6 %7 %8 +%AVALON_TOOLS%\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger -emacs -Dtools.dir=%AVALON_TOOLS% %1 %2 %3 %4 %5 %6 %7 %8 :end 1.8 +1 -1 jakarta-avalon-phoenix/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/build.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.sh 2001/11/10 07:07:47 1.7 +++ build.sh 2001/12/11 10:01:35 1.8 @@ -20,4 +20,4 @@ chmod u+x $AVALON_TOOLS/bin/antRun chmod u+x $AVALON_TOOLS/bin/ant -$AVALON_TOOLS/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs -Dtools.dir=$AVALON_TOOLS -Dxerces.jar=$AVALON_TOOLS/lib/xerces.jar $@ +$AVALON_TOOLS/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs -Dtools.dir=$AVALON_TOOLS $@
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
