vgritsenko    02/01/25 12:58:20

  Modified:    .        build.bat
  Log:
  Save people from using alien ants
  
  Revision  Changes    Path
  1.15      +5 -2      xml-cocoon2/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.bat,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.bat 25 Jan 2002 11:15:24 -0000      1.14
  +++ build.bat 25 Jan 2002 20:58:20 -0000      1.15
  @@ -2,7 +2,7 @@
   rem ----------------------------------------------------------------------------
   rem build.bat - Win32 Build Script for Apache Cocoon
   rem
  -rem $Id: build.bat,v 1.14 2002/01/25 11:15:24 morrijr Exp $
  +rem $Id: build.bat,v 1.15 2002/01/25 20:58:20 vgritsenko Exp $
   rem ----------------------------------------------------------------------------
   
   rem ----- Copy Xalan and Xerces for the build system    ------------------------
  @@ -13,9 +13,12 @@
   
   rem ----- Verify and Set Required Environment Variables ------------------------
   
  -if not "%ANT_HOME%" == "" goto gotAntHome
  +rem if not "%ANT_HOME%" == "" goto gotAntHome
  +set OLD_ANT_HOME=%ANT_HOME%
   set ANT_HOME=tools
   :gotAntHome
   
   call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9
   
  +set ANT_HOME=%OLD_ANT_HOME%
  +set OLD_ANT_HOME=
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to