User: juha    
  Date: 00/10/05 01:14:16

  Modified:    webstore/build build.bat
  Log:
  Let's not break the user's PATH.
  
  Revision  Changes    Path
  1.5       +1 -3      zola/webstore/build/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /products/cvs/ejboss/zola/webstore/build/build.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.bat 2000/09/13 10:18:00     1.4
  +++ build.bat 2000/10/05 08:14:16     1.5
  @@ -5,8 +5,6 @@
   rem
   cls
   
  -set PATH=c:\jdk1.3\bin
  -
   set CLASSPATH=..\..\lib\ant.jar
   set CLASSPATH=%CLASSPATH%;..\..\lib\servlet.jar
   set CLASSPATH=%CLASSPATH%;..\..\lib\xml.jar
  @@ -28,7 +26,7 @@
   
   rem Execute ANT to perform the requested build target
   
  -java -cp %CLASSPATH% org.apache.tools.ant.Main -Dtomcat.home="%TOMCAT_HOME%" %1 %2 
%3 %4 %5 %6 %7 %8 %9
  +"%JAVA_HOME%\bin\java" -cp %CLASSPATH% org.apache.tools.ant.Main 
-Dtomcat.home="%TOMCAT_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9
   
   echo __
   echo __
  
  
  

Reply via email to