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=17844>. 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=17844 Standardized "deployment" files for Ant optional task jars (drag + drop tasks) ------- Additional Comments From [EMAIL PROTECTED] 2003-04-24 09:50 ------- I am looking at patch id = 5838. It is really cool. However it does place a new requirement on the use of the Project object. One needs to call Project#setCoreLoader() to get the taskdefs and the typedefs, or one needs to clone the taskdefs and the typedefs from a parent Project. The second is done by the Ant Task, (and thus by antcall and subant), but for the unit tests a Project Object is created without a parent project. Patch id=5991, adds a call to setCoreLoader() for BuildFileTest and for ProjectTest