.5.4 didn't override an existing
> reference when processing (at parse time) the id attributes, while
> 1.6.x would. But that's a wild guess really.
>
> I hope this helps shed some light on this. --DD
>
> On 6/21/06, Steve Byrne <[EMAIL PROTECTED]> wrote:
>> H
Hi all.
I have a rather convoluted situation that I think is exposing a bug in
1.6.5.
Basically, from my main build script, I invoke a custom task that I have
written. During the course of the execution of the task, it creates a
CallTarget and calls a target back in the main script. The main