You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by we...@locus.apache.org on 2000/09/07 05:20:05 UTC

cvs commit: jakarta-velocity/build build-velocity.bat

werken      00/09/06 20:20:05

  Modified:    build    build-velocity.bat
  Log:
  Updated the build-velocity.bat to include the antlrall.jar
  during compilation.  I don't use windows, and cannot test.
  It might not work.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-velocity/build/build-velocity.bat
  
  Index: build-velocity.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-velocity.bat	2000/09/06 09:12:12	1.1
  +++ build-velocity.bat	2000/09/07 03:20:04	1.2
  @@ -21,6 +21,7 @@
   REM -------------------------------------------------------------------
   set ANT=ant.jar
   set ANTXML=xml.jar
  +set ANTLRALL=antlrall.jar
   
   REM --------------------------------------------
   REM No need to edit anything past here
  @@ -48,7 +49,7 @@
   
   echo Now building %TARGET%...
   
  -set CP=%CLASSPATH%;%TOOLS%;%ANT%;%ANTXML%
  +set CP=%CLASSPATH%;%TOOLS%;%ANT%;%ANTXML%;%ANTLRALL%
   
   echo Classpath: %CP%
   echo JAVA_HOME: %JAVA_HOME%