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/13 17:50:16 UTC

cvs commit: xml-forrest build.xml forrest.build.xml

jefft       2002/10/13 08:50:16

  Modified:    .        build.xml forrest.build.xml
  Log:
  Fix script refs from 'forrest.sh' to 'forrest'
  
  Revision  Changes    Path
  1.27      +5 -5      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	12 Oct 2002 08:13:38 -0000	1.26
  +++ build.xml	13 Oct 2002 15:50:16 -0000	1.27
  @@ -81,7 +81,7 @@
        forrest-typical targets:
   
        dist ------------- build all incarnation distributions:
  -     dist-shbat ------- build the forrest.sh/bat incarnation (requires ant to *run*)
  +     dist-shbat ------- build the forrest shell/bat incarnation (requires ant to *run*)
   
        future targets:
   
  @@ -323,7 +323,7 @@
     *-----------------------------------------------------------------
     | installation notice 
     *-----------------------------------------------------------------
  -  | You have succesfully build the shell-bat version of forrest.
  +  | You have succesfully built the shell-bat distribution of forrest.
     | Please find it at: ${dist-shbat.dir}
     | Please copy the contents to the install directory of your choice
     | Please have the environment variable FORREST_HOME point to it.
  @@ -331,9 +331,9 @@
     |    unix: $FORREST_HOME/bin: to your $PATH
     |    win: %FORREST_HOME%\bin; to your %PATH%
     | Calling
  -  |    unix: $FORREST_HOME/bin/forrest.sh usage 
  -  |    win: %FORREST_HOME%\bin\forrest.bat usage
  -  | will explain how to use this distribution.
  +  |    unix: $FORREST_HOME/bin/forrest -projecthelp
  +  |    win: %FORREST_HOME%\bin\forrest -projecthelp
  +  | Will list options for the forrest command
     | More help at http://xml.apache.org/forrest and forrest-dev@xml.apache.org
     *-----------------------------------------------------------------
       </echo>
  
  
  
  1.12      +3 -3      xml-forrest/forrest.build.xml
  
  Index: forrest.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/forrest.build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- forrest.build.xml	12 Oct 2002 09:41:36 -0000	1.11
  +++ forrest.build.xml	13 Oct 2002 15:50:16 -0000	1.12
  @@ -5,7 +5,7 @@
   
    - The runtime part of Forrest
    - Contains actions Forrest can peform on any Forrest-using project.
  - - This is typically called by forrest.bat or forrest.sh
  + - This is typically called by forrest.bat or forrest
   -->
   
   
  @@ -19,7 +19,7 @@
                     Marc Portier (mpo@apache.org)
                     Jeff Turner (jefft@apache.org)
     
  -        Call this through the ./bin/forrest.sh or *.bat
  +        Call this through the /bin/forrest command
     </description>
     
     
  @@ -587,7 +587,7 @@
   
   What to do now?
   
  -- Try rendering this template to HTML by typing 'forrest.sh'. View the generated HTML
  +- Try rendering this template to HTML by typing 'forrest'. View the generated HTML
     in a browser to make sure everything works.
   - Edit status.xml and src/documentation/skinconf.xml and customize for your project.
   - Replace src/documentation/resources/images/project-logo.gif with your project logo.