idReferences.put(id, value);
> >> }
> >>
> >> But I haven't found a place where this private field is read...
> >>
> >>
> >> Jan
> >>
> >>
> >>
> >> > -Ursprüngliche Nachricht-
> >>
idReferences.put(id, value);
>> }
>>
>> But I haven't found a place where this private field is read...
>>
>>
>> Jan
>>
>>
>>
>> > -Ursprüngliche Nachricht-
>> > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
value);
> }
>
> But I haven'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
> >
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
stored while parsing - so before
exucution.
Jan
> -Ursprüngliche Nachricht-
> Von: Gintautas Grigelionis [mailto:g.grigelio...@gmail.com]
> Gesendet: Montag, 28. Oktober 2019 14:25
> An: Ant Developers List
> Betreff: Script task specification
>
> The documentation of
On 2019-10-28, Gintautas Grigelionis wrote:
> The documentation of the script task states:
> "All items (tasks, targets, etc) of the running project are accessible from
> the script, using either their name or id attributes (as long as their
> names are considered valid Java identifiers, that is)
The documentation of the script task states:
"All items (tasks, targets, etc) of the running project are accessible from
the script, using either their name or id attributes (as long as their
names are considered valid Java identifiers, that is). "
However, the following fails:
Executin