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/06 04:29:35 UTC

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

jefft       2002/11/05 19:29:35

  Modified:    src/resources/forrest-shbat/bin forrest
  Log:
  No longer require Ant installed locally
  
  Revision  Changes    Path
  1.6       +0 -11     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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- forrest	30 Oct 2002 08:55:14 -0000	1.5
  +++ forrest	6 Nov 2002 03:29:35 -0000	1.6
  @@ -1,16 +1,5 @@
   #!/bin/sh
   
  -
  -# ----- Test if ant is around ------------------------------------------------
  -# and bail out if it does not with a message that it is required
  -
  -if [ ! `which ant` ]; then
  -  echo "You must install Ant (http://jakarta.apache.org/ant)"
  -  echo "and add \$ANT_HOME/bin to your PATH variable"
  -  exit 1
  -fi
  -
  -
   # set the current working dir as the PROJECT_HOME variable 
   PROJECT_HOME="$PWD"
   # use the location of this script to infer $FORREST_HOME