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/10/11 17:43:54 UTC

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

jefft       2002/10/11 08:43:54

  Modified:    src/resources/forrest-shbat/bin forrest forrest.bat
  Log:
  More compact help msg
  
  Revision  Changes    Path
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forrest	11 Oct 2002 14:34:48 -0000	1.1
  +++ forrest	11 Oct 2002 15:43:54 -0000	1.2
  @@ -19,7 +19,7 @@
   # set the ant file to use
   ANTFILE=$FORREST_HOME/forrest.build.xml
   
  -echo "Apache Forrest"
  -echo "Run 'forrest -projecthelp' to list options"
  +echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
  +echo
   # call ant.
   ant -buildfile $ANTFILE -Dproject.home=$PROJECT_HOME -Dforrest.home=$FORREST_HOME -emacs $@ 
  
  
  
  1.4       +3 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- forrest.bat	27 Aug 2002 06:17:51 -0000	1.3
  +++ forrest.bat	11 Oct 2002 15:43:54 -0000	1.4
  @@ -14,6 +14,9 @@
   Rem ----- set the ant file to use --------------------------------------
   set ANTFILE=%FORREST_HOME%\forrest.build.xml
   
  +echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
  +echo
  +
   Rem ----- call ant.. ---------------------------------------------------
   call %ANT_HOME%\bin\ant -buildfile %ANTFILE% -Dproject.home=%PROJECT_HOME% -Dforrest.home=%FORREST_HOME% -emacs -logger org.apache.tools.ant.NoBannerLogger %1 %2 %3 %4 %5 %6 %7 %8 %9