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=22326>. 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=22326 remove deprecated / 1.1 issues packages ant and ant.filters - ant.loader ------- Additional Comments From [EMAIL PROTECTED] 2003-08-12 01:19 ------- Just a few comments on the AntClassLoader changes: The initializeClass method is no longer used within Ant. Nevertheless it can be upgraded. The change you have made is, however, not correct. There is no guarantee that Class.forName is going to find the given class. You really need to ask the class for its loader and then use that loader to load and initialise the class, using the three arg version of Class.forName. Your change to findBaseClass will fail if parent is null, which it can be. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]