cziegeler 01/09/13 03:28:49 Modified: . build.bat Log: Fixing build problems on Windows PR: Bug #3326 Revision Changes Path 1.8 +2 -2 xml-cocoon2/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/xml-cocoon2/build.bat,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.bat 2001/07/24 20:24:51 1.7 +++ build.bat 2001/09/13 10:28:49 1.8 @@ -2,12 +2,12 @@ rem ---------------------------------------------------------------------------- rem build.bat - Win32 Build Script for Apache Cocoon rem -rem $Id: build.bat,v 1.7 2001/07/24 20:24:51 bloritsch Exp $ +rem $Id: build.bat,v 1.8 2001/09/13 10:28:49 cziegeler Exp $ rem ---------------------------------------------------------------------------- rem ----- Verify and Set Required Environment Variables ------------------------ -if defined ANT_HOME goto gotAntHome +if not "%ANT_HOME%" == "" goto gotAntHome set ANT_HOME=. :gotAntHome
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
