t found a place where this private field is read...
Jan
> -Ursprüngliche Nachricht-
> Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
> Gesendet: Dienstag, 29. Oktober 2019 08:48
> An: 'Ant Developers List'
> Betreff: AW: Script task specification
>
>
An: 'Ant Developers List'
> Betreff: AW: Script task specification
>
> It seems that the task must be executed before.
> If you add a >depends="sub"< on the main target, that works.
>
> So the question is: when are id's stored?
> The parsing is
It seems that the task must be executed before.
If you add a >depends="sub"< on the main target, that works.
So the question is: when are id's stored?
The parsing is done via ProjectHelper's and their SAX-Parser-Handlers.
On the first view I would say, that the id is stored while parsing - so befo