You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Rook <ro...@openwarsim.net> on 2012/12/21 04:26:55 UTC

Compile errors

What would cause the following errors?  Broken compile?  I am working 
off of 1.8pre out of Subversion trunk.  The ant build seems to execute fine.

Warning: org.apache.batik.swing.JSVGCanvas cannot access 
org.w3c.dom.svg.SVGDocument
Warning: org.apache.batik.swing.JSVGCanvas cannot access 
org.w3c.dom.svg.SVGSVGElement
Warning: org.apache.batik.swing.JSVGCanvas$CanvasUserAgent cannot access 
org.w3c.dom.svg.SVGDocument
Warning: org.apache.batik.swing.JSVGCanvas$CanvasUserAgent cannot access 
org.w3c.dom.svg.SVGSVGElement
Warning: org.apache.batik.swing.JSVGScrollPane cannot access 
org.w3c.dom.svg.SVGDocument
Warning: org.apache.batik.swing.JSVGScrollPane cannot access 
org.w3c.dom.svg.SVGSVGElement
Warning: org.apache.batik.swing.JSVGScrollPane$1 cannot access 
org.w3c.dom.svg.SVGSVGElement
Warning: 
org.apache.batik.swing.JSVGScrollPane$SVGScrollDocumentLoaderListener 
cannot access org.w3c.dom.svg.SVGDocument
Warning: 
org.apache.batik.swing.JSVGScrollPane$SVGScrollDocumentLoaderListener 
cannot access org.w3c.dom.svg.SVGSVGElement
Warning: org.apache.batik.swing.gvt.AbstractJGVTComponent cannot access 
org.apache.batik.gvt.event.AbstractAWTEventDispatcher

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


SOLVED: Compile errors

Posted by Rook <ro...@openwarsim.net>.
Solved.

When building the Batik library as a Wrapped Library Module in Netbeans 
Platform, I had to go into the Properties of the library and expose a 
few more classes so that they were accessible.


On 12/20/12 9:26 PM, Rook wrote:
> What would cause the following errors?  Broken compile?  I am working 
> off of 1.8pre out of Subversion trunk.  The ant build seems to execute 
> fine.
>
> Warning: org.apache.batik.swing.JSVGCanvas cannot access 
> org.w3c.dom.svg.SVGDocument
> Warning: org.apache.batik.swing.JSVGCanvas cannot access 
> org.w3c.dom.svg.SVGSVGElement
> Warning: org.apache.batik.swing.JSVGCanvas$CanvasUserAgent cannot 
> access org.w3c.dom.svg.SVGDocument
> Warning: org.apache.batik.swing.JSVGCanvas$CanvasUserAgent cannot 
> access org.w3c.dom.svg.SVGSVGElement
> Warning: org.apache.batik.swing.JSVGScrollPane cannot access 
> org.w3c.dom.svg.SVGDocument
> Warning: org.apache.batik.swing.JSVGScrollPane cannot access 
> org.w3c.dom.svg.SVGSVGElement
> Warning: org.apache.batik.swing.JSVGScrollPane$1 cannot access 
> org.w3c.dom.svg.SVGSVGElement
> Warning: 
> org.apache.batik.swing.JSVGScrollPane$SVGScrollDocumentLoaderListener 
> cannot access org.w3c.dom.svg.SVGDocument
> Warning: 
> org.apache.batik.swing.JSVGScrollPane$SVGScrollDocumentLoaderListener 
> cannot access org.w3c.dom.svg.SVGSVGElement
> Warning: org.apache.batik.swing.gvt.AbstractJGVTComponent cannot 
> access org.apache.batik.gvt.event.AbstractAWTEventDispatcher


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org