You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@us.ibm.com on 2000/02/26 14:06:23 UTC

Re: About jakarta-ant and ant


Pilho Kim wrote:

> It seems that "jakarta-ant" is different from "ant".

   They actually are the same thing.  What you choose to name your
   directories after you untar or unzip the code is up to you.

> Where can i get the newest "jakarta-ant" (not "ant") ?

   For a relatively recent, fairly stable, and correctly named version, try
   http://jakarta.apache.org/builds/tomcat/release/v3.1_m2_rc2/

> Is there any problem in build.xml or not?

   In the build.xml you will find the default or recommended value for this
   parameter.  If you prefer, you can override it on the command line by
   specifying:

   ant -Dant.home=../ant

- Sam Ruby