On 2010-02-12, Knuplesch, Juergen <[email protected]> wrote:

> So I now start the application in every method that "runs" a nested
> element. E.g. addConfigured... and some others.

> Is this a good way to do it?

Hard to tell.  Maybe it would be better to collect the nested elements
and just do something once execute has been called.

> Is it right that nested elements are added after the setters have been
> executed?

It depends on whether you use createX(), addX() or addConfiguredX().
See "The Life-cycle of a Task" in
<http://ant.apache.org/manual/develop.html#writingowntask>

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to