On 11/6/06, Peter Reilly <[EMAIL PROTECTED]> wrote:
Seems ok - with:
1) use setNewProperty() instead of setProperty()

A must, as the thread clearly shows property immutability must
be respected here. Also showed me I had chimed in ;-)

On 11/6/06, Kevin Jackson <[EMAIL PROTECTED]> wrote:
> suggestion to add something like it to the tasks.

<javac> "completes" even when it does not compile anything, so
oncomplete is probably not a good name. Yet I don't have a better one
:(

Also, I don't think this is something you can add to all tasks, since
it doesn't make sense for them all, and you can't modify the code of
all tasks to properly implement the expected behavior. <javac> and
<copy> would benefit, maybe <jar> as well. But <timestamp> doesn't
need an oncomplete for example. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to