You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/06/07 15:21:17 UTC

cvs commit: jakarta-watchdog-4.0 BUILDING.txt

yoavs       2004/06/07 06:21:17

  Modified:    .        BUILDING.txt
  Log:
  Added ant-launcher.jar copy in order to make build work with Ant 1.6,
  in order to fix Bugzilla http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29226.
  
  Also updated BUILDING.txt to have directions for Ant 1.6 and later.
  
  Revision  Changes    Path
  1.6       +5 -18     jakarta-watchdog-4.0/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/BUILDING.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BUILDING.txt	5 Aug 2002 01:21:48 -0000	1.5
  +++ BUILDING.txt	7 Jun 2004 13:21:17 -0000	1.6
  @@ -23,30 +23,17 @@
   
   (1) Download and Install the Ant Binary Distribution
   
  -NOTE:  These instructions assume that you are using the Ant 1.4 or above. 
  +NOTE:  These instructions assume that you are using the Ant 1.6 or above. 
   
  -* Download a binary distribution of Ant 1.4 from:
  +* Download a binary distribution of Ant 1.6 from:
   
  -    http://jakarta.apache.org/builds/jakarta-ant/release/v1.4/bin/
  -
  -  On a Windows platform, you will need:
  -    jakarta-ant-1.4-bin.zip
  -    jakarta-ant-1.4-optional.jar
  -
  -  On a Unix platform, you will need:
  -    jakarta-ant-1.4-bin.tar.gz
  -    jakarta-ant-1.4-optional.jar
  +    http://ant.apache.org
   
   * Unpack the binary distribution into a convenient location so that the
     Ant release resides in its own directory (conventionally named
  -  "jakarta-ant-1.4").  For the purposes of the remainder of this document,
  +  "apache-ant-1.6").  For the purposes of the remainder of this document,
     the symbolic name "${ant.home}" is used to refer to the full pathname of
     the release directory.
  -
  -* Copy the file "jakarta-ant-1.4-optional.jar", downloaded above, into
  -  the directory "${ant.home}/lib".  This makes available several Ant
  -  extension commands that are commonly required when building Jakarta
  -  based projects.
   
   * Modify the PATH environment variable to include directory
     "${ant.home}/bin" in its list.  This makes the "ant" command line script
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org