RE: task, inheritAll=false and ant.version property

2008-03-03 Thread Keith Hatton
Thanks for the info Peter. Keith -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: 03 March 2008 13:17 To: Ant Users List Subject: Re: task, inheritAll=false and ant.version property This is a bug in ant 1.7.0, it has been fixed and will be in the soon to be

Re: task, inheritAll=false and ant.version property

2008-03-03 Thread Peter Reilly
This is a bug in ant 1.7.0, it has been fixed and will be in the soon to be released 1.7.1. https://issues.apache.org/bugzilla/show_bug.cgi?id=42263 Peter On Mon, Mar 3, 2008 at 9:53 AM, Keith Hatton <[EMAIL PROTECTED]> wrote: > It seems that something has changed between Ant 1.6.2 and 1.7.0 in th

task, inheritAll=false and ant.version property

2008-03-03 Thread Keith Hatton
It seems that something has changed between Ant 1.6.2 and 1.7.0 in the way the ant.version property is handled when another build file is invoked using the task. Given the following files: main-build.xml: Ant version is ${ant.version} sub-build.xml: Ant