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=3205>.
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=3205

Taskdef does not warn about task name clashes





------- Additional Comments From [EMAIL PROTECTED]  2001-10-19 00:29 -------
Nightly build 2001-10-20 will now at least print a warning, but it won't fix
Andreas original problem (the instance corresponding to <get> will be created
before the taskdef has been evaluated, so the old definition wins).

Workaround is to move the <taskdef> outside of a <target>.

Conor, your proposed patch would break the reference mechanism where
scripts or other tasks want to access task instances that have not been executed
yet.

Reply via email to