DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17883>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17883

Custom task containers don't share property state across subtasks





------- Additional Comments From [EMAIL PROTECTED]  2003-03-12 15:52 -------
Some internal APIs changed to adapt for a bug that couldn't get fixed otherwise
IIRC.

We try to keep a reasonable level of backwards compatibility, but from time to
time we are forced to changed APIs if it was impossible or unreasonably
cumbersome to fix problems otherwise.

The changes in question are
<http://cvs.apache.org/viewcvs/ant/src/main/org/apache/tools/ant/taskdefs/Sequential.java.diff?r1=1.7&r2=1.7.2.1>
in response to bug 9259 which in turn became necessary because of some other
changes - I think because of
<http://cvs.apache.org/viewcvs/ant/src/main/org/apache/tools/ant/RuntimeConfigurable.java.diff?r1=1.10&r2=1.11>
which was necessary to allow users to define tasks that have the same name as
built-in tasks.

Reply via email to