You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ru...@us.ibm.com on 2000/05/28 03:10:54 UTC

Re: Available task status and question


Bill Barnhill wrote:
> There is a question in there...Can I use 1.2 or higher classes
> in ant, or only 1.1 compatible?

Please remain compatible with 1.1.  There are a number of environments
(like where the ant code is hosted, for example) for which a 1.2 is not
available yet.  I've yet to see a major jakarta or xml project forsake 1.1
compatibility yet, and I don't believe that we should start with the build
tool.

- Sam Ruby



Re: Available task status and question

Posted by Bill Barnhill <bb...@twcny.rr.com>.
Not a problem, that's why I was checking.  I will rewrite code to use
1.1.  Shouldn't be too hard since I don't use remove in Iterators I
can just use Enumeration and HashTable works as well aas HashSet.
----- Original Message -----
From: <ru...@us.ibm.com>
To: <an...@jakarta.apache.org>
Sent: Saturday, May 27, 2000 9:10 PM
Subject: Re: Available task status and question


>
>
> Bill Barnhill wrote:
> > There is a question in there...Can I use 1.2 or higher classes
> > in ant, or only 1.1 compatible?
>
> Please remain compatible with 1.1.  There are a number of
environments
> (like where the ant code is hosted, for example) for which a 1.2 is
not
> available yet.  I've yet to see a major jakarta or xml project
forsake 1.1
> compatibility yet, and I don't believe that we should start with the
build
> tool.
>
> - Sam Ruby
>
>