You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@locus.apache.org on 2000/12/12 07:56:42 UTC

cvs commit: jakarta-slide/src/webdav/client/bin run.bat

remm        00/12/11 22:56:42

  Modified:    src/webdav/client/bin run.bat
  Log:
  - Update to the Windows script file used to run the command line client : it
    will now work both in the build and dist directories, and it will pass the command
    line parameters to the Java program.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-slide/src/webdav/client/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/bin/run.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run.bat	2000/11/22 06:19:52	1.1
  +++ run.bat	2000/12/12 06:56:41	1.2
  @@ -1,3 +1,3 @@
   @echo off
  -set CP2=%CLASSPATH%;./classes/
  -java -classpath %CP2% org.apache.webdav.cmd.Main
  \ No newline at end of file
  +set CP2=%CLASSPATH%;./classes/;./lib/webdav.jar
  +java -classpath %CP2% org.apache.webdav.cmd.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
  \ No newline at end of file