Re: Script task specification

2020-07-01 Thread Alexey Solofnenko
idReferences.put(id, value); > >> } > >> > >> But I haven't found a place where this private field is read... > >> > >> > >> Jan > >> > >> > >> > >> > -Ursprüngliche Nachricht- > >>

Re: Script task specification

2019-11-01 Thread Gintautas Grigelionis
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]

Re: Script task specification

2019-10-30 Thread Gintautas Grigelionis
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 > >

AW: Script task specification

2019-10-29 Thread jhm
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 > >

AW: Script task specification

2019-10-29 Thread jhm
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

AW: Script task specification

2019-10-29 Thread jhm
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

Re: Script task specification

2019-10-28 Thread Stefan Bodewig
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)

Script task specification

2019-10-28 Thread Gintautas Grigelionis
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