You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2002/11/03 11:03:43 UTC

cvs commit: xml-forrest/src/resources/forrest-shbat/bin appendcp.bat forrest.bat

jefft       2002/11/03 02:03:43

  Modified:    src/resources/forrest-shbat/bin forrest.bat
  Added:       src/resources/forrest-shbat/bin appendcp.bat
  Log:
  Add lib/endorsed/*.jar to classpath.  Without this, I don't think Forrest would
  work on < 1.4
  
  Revision  Changes    Path
  1.10      +4 -0      xml-forrest/src/resources/forrest-shbat/bin/forrest.bat
  
  Index: forrest.bat
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/bin/forrest.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- forrest.bat	2 Nov 2002 11:32:43 -0000	1.9
  +++ forrest.bat	3 Nov 2002 10:03:43 -0000	1.10
  @@ -15,6 +15,10 @@
   set OLD_ANT_HOME=%ANT_HOME%
   set ANT_HOME="%FORREST_HOME%\ant"
   
  +set OLD_CLASSPATH=%CLASSPATH%
  +set CLASSPATH=
  +for %%i in ("%FORREST_HOME%\lib\endorsed\*.jar") do call appendcp.bat %%i
  +
   echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
   
   Rem ----- call ant.. ---------------------------------------------------
  
  
  
  1.1                  xml-forrest/src/resources/forrest-shbat/bin/appendcp.bat
  
  Index: appendcp.bat
  ===================================================================
  set CLASSPATH=%CLASSPATH%;%1