mstover1    02/04/28 09:40:22

  Modified:    .        build.bat
  Log:
  Build.bat will pass on command line args to ant
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-jmeter/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.bat,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.bat 6 Mar 2002 01:24:58 -0000       1.5
  +++ build.bat 28 Apr 2002 16:40:22 -0000      1.6
  @@ -15,7 +15,7 @@
   
   SET BUILDFILE=build.xml
   echo %LOCALCLASSPATH%
  -java -classpath %LOCALCLASSPATH% org.apache.tools.ant.Main -buildfile %BUILDFILE% %1
  +java -classpath %LOCALCLASSPATH% org.apache.tools.ant.Main -buildfile %BUILDFILE% 
%1 %2 %3 %4 %5 %6
   set PATH=%OLDPATH%
   
   :eof
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to