You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/10/30 23:02:10 UTC

DO NOT REPLY [Bug 11108] - LinkageError when linking org/xml/sax/InputSource

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=11108>.
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=11108

LinkageError when linking org/xml/sax/InputSource





------- Additional Comments From stevel@apache.org  2003-10-30 22:02 -------
Kevin, from the ant docs on Java:

"If odd things go wrong when you run this task, set fork="true" to use a new JVM."

My advice: Set fork=true, includeAntRuntime=false in the <java> call; or
includeRuntime=true and dont include an XML parser; rely on the copy of xerces
you should have in ant/lib.