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
