You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/09/13 12:28:27 UTC

cvs commit: xml-cocoon2 build.bat

cziegeler    01/09/13 03:28:27

  Modified:    .        Tag: cocoon_20_branch build.bat
  Log:
  Fixing build problems on Windows
  PR: Bug #3326
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.4   +2 -2      xml-cocoon2/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.bat,v
  retrieving revision 1.4.2.3
  retrieving revision 1.4.2.4
  diff -u -r1.4.2.3 -r1.4.2.4
  --- build.bat	2001/07/24 20:24:43	1.4.2.3
  +++ build.bat	2001/09/13 10:28:27	1.4.2.4
  @@ -2,12 +2,12 @@
   rem ----------------------------------------------------------------------------
   rem build.bat - Win32 Build Script for Apache Cocoon
   rem
  -rem $Id: build.bat,v 1.4.2.3 2001/07/24 20:24:43 bloritsch Exp $
  +rem $Id: build.bat,v 1.4.2.4 2001/09/13 10:28:27 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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org