...@icongmbh.de]
Gesendet: Freitag, 12. Februar 2010 16:00
An: Ant Users List
Betreff: AW: Setter in my own Anttask
Hello,
Thanks for the link, but either I did not understand the docu correct or sth.
wrong:
6.init() is called at run time.
7.All child elements of the XML element corresponding to
Hello,
Thanks for the link, but either I did not understand the docu correct or sth.
wrong:
6.init() is called at run time.
7.All child elements of the XML element corresponding to this task are created
via this task's createXXX() methods or instantiated and added to this task via
its addXXX(
Hello,
Thanks for the answers!
I now understood more about the task I investigate:
There are nested elements, that require that the application is started.
The challenge is: Start the application
1.after the setters executed
2.before the nested elements are added.
So the programmer started the
>I analyse a DOPE_task written for our project.
>In one of the setters an application is started.
>I have other setters that must start before this setter,
>because they have some attributes für the application.
>In what sequence the setters are executed?
IMHO not a good idea ...
What if the app