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 2003/10/04 10:38:14 UTC

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

jefft       2003/10/04 01:38:14

  Modified:    src/resources/forrest-shbat/bin forrest forrest.bat
  Log:
  Don't set the project.home variable, so that the 'forrest' command can be
  reused for running forrestbot scripts.  The forrest.build.xml script sets
  project.home to ${basedir}, so this shouldn't have any effect
  
  Revision  Changes    Path
  1.12      +1 -1      xml-forrest/src/resources/forrest-shbat/bin/forrest
  
  Index: forrest
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrest-shbat/bin/forrest,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- forrest	21 Sep 2003 04:09:48 -0000	1.11
  +++ forrest	4 Oct 2003 08:38:14 -0000	1.12
  @@ -57,7 +57,7 @@
   
   echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
   echo
  -"$FORREST_HOME/ant/bin/ant" -buildfile "$ANTFILE" -Dbasedir="$PROJECT_HOME" -Dproject.home="$PROJECT_HOME" -Dforrest.home="$FORREST_DOT_HOME" -emacs $@
  +"$FORREST_HOME/ant/bin/ant" -buildfile "$ANTFILE" -Dbasedir="$PROJECT_HOME" -Dforrest.home="$FORREST_DOT_HOME" -emacs $@
   RESULT=$?
   
   # ---- Restore Classpath
  
  
  
  1.17      +1 -1      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- forrest.bat	21 Sep 2003 03:54:05 -0000	1.16
  +++ forrest.bat	4 Oct 2003 08:38:14 -0000	1.17
  @@ -30,7 +30,7 @@
   echo.
   rem ----- call ant.. ---------------------------------------------------
   echo.
  -call "%ANT_HOME%\bin\forrestant" -buildfile "%ANTFILE%" -Dbasedir="%PROJECT_HOME%" -Dproject.home="%PROJECT_HOME%" -Dforrest.home="%FORREST_HOME%" -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3 %4 %5 %6 %7 %8 %9
  +call "%ANT_HOME%\bin\forrestant" -buildfile "%ANTFILE%" -Dbasedir="%PROJECT_HOME%" -Dforrest.home="%FORREST_HOME%" -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3 %4 %5 %6 %7 %8 %9
   
   rem ---- Restore old ANT_HOME
   set ANT_HOME=%OLD_ANT_HOME%