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=18011>. 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=18011 Overriding built-in types fails within tasks ------- Additional Comments From [EMAIL PROTECTED] 2003-03-15 01:18 ------- This is way out the design goals for ant. You are allowed to add new types that are subclasses of the existing one, but replacing the existing one with a new type midway through a build is a very new idea indeed. not necessarily bad, just very new. We will have to think about this one. Dont expect any change for a while, like in ant1.6 or before.