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=26570>. 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=26570 duplicate instances of interface com.sun.javadoc.RootDoc loaded ------- Additional Comments From [EMAIL PROTECTED] 2004-02-04 15:48 ------- Indeed, let's recap. At compile time my code references ant.jar and tools.jar which completes the linkage references. At run time, these classes are only available in the VM below the new Ant ClassLoader, so any code which starts from the default system ClassLoader will not have access. While it is possible to write code which always starts from the new Ant ClassLoader, not all existing code works this way. Some of this existing code is not under our control, and is therefore broken. Ant needs to somehow provide runtime access that mirrors what is happening at compile time, or provide a way for developers to set this up. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]