[jdom-interest] org.jdom.contrib.transform

Jason Hunter jhunter at collab.net
Mon Apr 30 13:32:10 PDT 2001


Bruno Joho wrote:
> 
> Hi folks
> 
> The class JDOMResult contains a inner class: DocumentBuilder which seems
> to have the wrong scoope. It produces 10 errors by compiling it:
> 
> The type org.jdom.input.SAXHandler to which the member comment belongs
> is not accessible from inner class
> org.jdom.contrib.transform.JDOMResult.DocumentBuilder.
>     [javac]       this.saxHandler.comment(ch, start, length);
> 
> Does anybody know more about this problem?

The latest jdom-contrib version in CVS should be compiled against the
latest jdom version in CVS.  You're compiling latest jdom-contrib with
older beta6 jdom.

(On my commit bringing jdom-contrib in line I actually predicted we'd
hear about this.)

-jh-



More information about the jdom-interest mailing list