Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 81540 invoked by uid 500); 11 Oct 2002 15:43:55 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 81525 invoked by uid 500); 11 Oct 2002 15:43:55 -0000 Delivered-To: apmail-xml-forrest-cvs@apache.org Received: (qmail 81504 invoked from network); 11 Oct 2002 15:43:55 -0000 Received: from icarus.apache.org (63.251.56.143) by daedalus.apache.org with SMTP; 11 Oct 2002 15:43:55 -0000 Received: (qmail 6136 invoked by uid 1352); 11 Oct 2002 15:43:54 -0000 Date: 11 Oct 2002 15:43:54 -0000 Message-ID: <20021011154354.6135.qmail@icarus.apache.org> From: jefft@apache.org To: xml-forrest-cvs@apache.org Subject: cvs commit: xml-forrest/src/resources/forrest-shbat/bin forrest forrest.bat X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: 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