So I can't have Ant build files that target both Ant 1.4 and Ant 1.3?

> Ant 1.3 - it is not weird, but expected behaviour.

Obviously it wasn't expected ;-)

This seems like a feature that would be nice to have. I know that an XML
parser needs to parse the entire file, but Ant could create a 'build' tree
of only those targets that it needs for this run and fully check only those.

That would be more efficient too,

Kevin Jones
Developmentor
www.develop.com

> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: 11 September 2001 11:48
> To: [EMAIL PROTECTED]
> Subject: Re: Weird Ant behaviour
>
>
> On Fri, 7 Sep 2001, Kevin Jones <[EMAIL PROTECTED]> wrote:
>
> > If I try and run ant javadoc (using Ant 1.3) ant complains that
> > javadoc "doesn't support the access parameter" on highlights the
> > line
>
> Ant will parse the complete build file and therefore you cannot
> include these Ant 1.4 specific stuff in a build file that gets run by
> Ant 1.3 - it is not weird, but expected behavior.
>
> Stefan

Reply via email to