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=16599>. 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=16599 class loading problem ------- Additional Comments From [EMAIL PROTECTED] 2003-01-31 15:49 ------- >> Is your code specifically asking for Xerces when it wants a parser? No. As you may have guessed I'm parsing XML :-) The first call my code make to DocumentBuilderFactory is: DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); When I *HAD* xerces in my path I got errors I didn't understand, so I took it out. Everything ran(runs) fine under <junit> and <java> fork = "yes" (and from the command line with java) I'm guessing (on the basic of not much) that it's an interaction with the xerces (etc) that ant itself is using. As you say, fork = "yes" cures my problem, so I ain't losing sleep (or productivity) over this. BugBear --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]