You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Stephane Hillion <St...@sophia.inria.fr> on 2001/05/10 17:01:21 UTC

jdk1.2 compatibility

Hi,

Here is the message I got after I applied the corrections Adrian Sampaleanu 
suggested. It seems that we should revisit our requirements since in its 
current state Batik is not able to run with the jdk 1.2.

compile:
    [javac] Compiling 9 source files to /0/koala/shillion/xml-batik/classes
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:30: 
Class javax.swing.ActionMap not found in import.
    [javac] import javax.swing.ActionMap;
    [javac]        ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:32: 
Class javax.swing.InputMap not found in import.
    [javac] import javax.swing.InputMap;
    [javac]        ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:778: 
Variable handler in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]                 handler.error(new TranscoderException(message));
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:789: 
Variable handler in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]                 handler.error(new TranscoderException(e));
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:800: 
Variable handler in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]                 handler.warning(new TranscoderException(message));
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:811: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]             if (hints.containsKey(KEY_PIXEL_TO_MM)) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:812: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]                 return 
((Float)hints.get(KEY_PIXEL_TO_MM)).floatValue();
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:824: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]             if (hints.containsKey(KEY_LANGUAGE)) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:825: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]                 return (String)hints.get(KEY_LANGUAGE);
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:836: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]             if (hints.containsKey(KEY_XML_PARSER_CLASSNAME)) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:837: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]                 return 
(String)hints.get(KEY_XML_PARSER_CLASSNAME);
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:847: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
    [javac]             return (String)hints.get(KEY_XML_PARSER_CLASSNAME);
    [javac]                            ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/awt/image/GraphicsUtil.java:536: 
Method getBounds() not found in class java.awt.GraphicsConfiguration.
    [javac]         return gc.getBounds();
    [javac]                            ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:470: 
Class javax.swing.InputMap not found.
    [javac]             InputMap inputMap = 
cancelButton.getInputMap(JComponent.
    [javac]             ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:470: 
Method getInputMap(int) not found in class javax.swing.JButton.
    [javac]             InputMap inputMap = 
cancelButton.getInputMap(JComponent.
    [javac]                                                         ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:472: 
Class javax.swing.ActionMap not found.
    [javac]             ActionMap actionMap = cancelButton.getActionMap();
    [javac]             ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:472: 
Method getActionMap() not found in class javax.swing.JButton.
    [javac]             ActionMap actionMap = cancelButton.getActionMap();
    [javac]                                                            ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:34: 
class org.apache.batik.gvt.text.GVTACIImpl must be declared abstract. It does 
not define void 
setAttributeArray(org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute, 
java.lang.Object[], int, int) from interface 
org.apache.batik.gvt.text.GVTAttributedCharacterIterator.    [javac] public 
class GVTACIImpl
    [javac]              ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:96: 
Class org.apache.batik.gvt.text.TextAttribute not found.
    [javac]     public void setAttributeArray(TextAttribute attr,
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:116: 
Class org.apache.batik.gvt.text.TextAttribute not found in void 
setAttributeArray(org.apache.batik.gvt.text.TextAttribute, 
java.lang.Object[], int, int).
    [javac]             ((Map) mapList.get(i)).put(attr, attValues[n]);
    [javac]                                       ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:252: 
class org.apache.batik.gvt.text.GVTACIImpl is an abstract class. It can't be 
instantiated.
    [javac]                 new GVTACIImpl(this);
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/gvt/JGVTComponent.java:596: 
Variable 'e' is already defined in this method.
    [javac]                         } catch (Exception e) {
    [javac]                           ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:489: 
No method matching setGraphicsNode(org.apache.batik.gvt.GraphicsNode, 
boolean) found in class org.apache.batik.swing.svg.JSVGComponent.
    [javac]             setGraphicsNode(e.getGVTRoot(), false);
    [javac]                            ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:510: 
Variable image in class org.apache.batik.swing.gvt.JGVTComponent not 
accessible from inner class org.apache.batik.swing.svg.JSVGComponent. 
SVGListener.
    [javac]             image = null;
    [javac]             ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:533: 
Variable image in class org.apache.batik.swing.gvt.JGVTComponent not 
accessible from inner class org.apache.batik.swing.svg.JSVGComponent. 
SVGListener.
    [javac]                 image = null;
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:536: 
No method matching setGraphicsNode(org.apache.batik.gvt.GraphicsNode, 
boolean) found in class org.apache.batik.swing.svg.JSVGComponent.
    [javac]                 setGraphicsNode(gn, false);
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:550: 
The type org.apache.batik.swing.gvt.JGVTComponent.Listener to which the 
member gvtRenderingCompleted belongs is not accessible from inner class 
org.apache.batik.swing.svg.JSVGComponent. SVGListener.
    [javac]             super.gvtRenderingCompleted(e);
    [javac]                                        ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:561: 
Variable eventsEnabled in class org.apache.batik.swing.gvt.JGVTComponent not 
accessible from inner class org.apache.batik.swing.svg.JSVGComponent. 
SVGListener.
    [javac]             if (eventsEnabled) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:574: 
The type org.apache.batik.swing.gvt.JGVTComponent.Listener to which the 
member gvtRenderingCancelled belongs is not accessible from inner class 
org.apache.batik.swing.svg.JSVGComponent. SVGListener.
    [javac]             super.gvtRenderingCancelled(e);
    [javac]                                        ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:590: 
The type org.apache.batik.swing.gvt.JGVTComponent.Listener to which the 
member gvtRenderingFailed belongs is not accessible from inner class 
org.apache.batik.swing.svg.JSVGComponent. SVGListener.
    [javac]             super.gvtRenderingFailed(e);
    [javac]                                     ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:664: 
Variable eventDispatcher in class org.apache.batik.swing.gvt.JGVTComponent 
not accessible from inner class org.apache.batik.swing.svg.JSVGComponent. 
BridgeUserAgent.
    [javac]             return eventDispatcher;
    [javac]                    ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:314: 
Variable handler in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]                 handler.error(new TranscoderException(message));
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:325: 
Variable handler in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]                 handler.error(new TranscoderException(e));
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:336: 
Variable handler in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]                 handler.warning(new TranscoderException(message));
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:347: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]             if (hints.containsKey(KEY_PIXEL_TO_MM)) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:348: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]                 return 
((Float)hints.get(KEY_PIXEL_TO_MM)).floatValue();
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:360: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]             if (hints.containsKey(KEY_LANGUAGE)) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:361: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]                 return (String)hints.get(KEY_LANGUAGE);
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:372: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]             return (String)hints.get(KEY_USER_STYLESHEET_URI);
    [javac]                            ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:379: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]             if (hints.containsKey(KEY_XML_PARSER_CLASSNAME)) {
    [javac]                 ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:380: 
Variable hints in class org.apache.batik.transcoder.TranscoderSupport not 
accessible from inner class 
org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
    [javac]                 return 
(String)hints.get(KEY_XML_PARSER_CLASSNAME);
    [javac]                                ^
    [javac] 
/0/koala/shillion/xml-batik/sources/org/apache/batik/util/ParsedURLData.java:86: 
Method getPath() not found in class java.net.URL.
    [javac]         path     = url.getPath();
    [javac]                               ^
    [javac] 42 errors

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


Re: jdk1.2 compatibility

Posted by Bill Haneman <bi...@sun.com>.
Stephane Hillion wrote:
> 
> Hi,
> 
> Here is the message I got after I applied the corrections Adrian Sampaleanu
> suggested. It seems that we should revisit our requirements since in its
> current state Batik is not able to run with the jdk 1.2.

So... I stop building batik for awhile and the drift begins ;-)

was I really the only person checking for 1.3 dependencies? 

It was a requirement previously that we not use 1.3 API that wasn't
available in 1.2.2, at least.  I think we should keep that
requirement.  It should be feasible.

-Bill

> compile:
>     [javac] Compiling 9 source files to /0/koala/shillion/xml-batik/classes
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:30:
> Class javax.swing.ActionMap not found in import.
>     [javac] import javax.swing.ActionMap;
>     [javac]        ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:32:
> Class javax.swing.InputMap not found in import.
>     [javac] import javax.swing.InputMap;
>     [javac]        ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:778:
> Variable handler in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]                 handler.error(new TranscoderException(message));
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:789:
> Variable handler in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]                 handler.error(new TranscoderException(e));
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:800:
> Variable handler in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]                 handler.warning(new TranscoderException(message));
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:811:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]             if (hints.containsKey(KEY_PIXEL_TO_MM)) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:812:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]                 return
> ((Float)hints.get(KEY_PIXEL_TO_MM)).floatValue();
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:824:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]             if (hints.containsKey(KEY_LANGUAGE)) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:825:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]                 return (String)hints.get(KEY_LANGUAGE);
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:836:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]             if (hints.containsKey(KEY_XML_PARSER_CLASSNAME)) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:837:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]                 return
> (String)hints.get(KEY_XML_PARSER_CLASSNAME);
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/print/PrintTranscoder.java:847:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.print.PrintTranscoder. PrintTranscoderUserAgent.
>     [javac]             return (String)hints.get(KEY_XML_PARSER_CLASSNAME);
>     [javac]                            ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/awt/image/GraphicsUtil.java:536:
> Method getBounds() not found in class java.awt.GraphicsConfiguration.
>     [javac]         return gc.getBounds();
>     [javac]                            ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:470:
> Class javax.swing.InputMap not found.
>     [javac]             InputMap inputMap =
> cancelButton.getInputMap(JComponent.
>     [javac]             ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:470:
> Method getInputMap(int) not found in class javax.swing.JButton.
>     [javac]             InputMap inputMap =
> cancelButton.getInputMap(JComponent.
>     [javac]                                                         ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:472:
> Class javax.swing.ActionMap not found.
>     [javac]             ActionMap actionMap = cancelButton.getActionMap();
>     [javac]             ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/ext/swing/JAffineTransformChooser.java:472:
> Method getActionMap() not found in class javax.swing.JButton.
>     [javac]             ActionMap actionMap = cancelButton.getActionMap();
>     [javac]                                                            ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:34:
> class org.apache.batik.gvt.text.GVTACIImpl must be declared abstract. It does
> not define void
> setAttributeArray(org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute,
> java.lang.Object[], int, int) from interface
> org.apache.batik.gvt.text.GVTAttributedCharacterIterator.    [javac] public
> class GVTACIImpl
>     [javac]              ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:96:
> Class org.apache.batik.gvt.text.TextAttribute not found.
>     [javac]     public void setAttributeArray(TextAttribute attr,
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:116:
> Class org.apache.batik.gvt.text.TextAttribute not found in void
> setAttributeArray(org.apache.batik.gvt.text.TextAttribute,
> java.lang.Object[], int, int).
>     [javac]             ((Map) mapList.get(i)).put(attr, attValues[n]);
>     [javac]                                       ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/gvt/text/GVTACIImpl.java:252:
> class org.apache.batik.gvt.text.GVTACIImpl is an abstract class. It can't be
> instantiated.
>     [javac]                 new GVTACIImpl(this);
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/gvt/JGVTComponent.java:596:
> Variable 'e' is already defined in this method.
>     [javac]                         } catch (Exception e) {
>     [javac]                           ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:489:
> No method matching setGraphicsNode(org.apache.batik.gvt.GraphicsNode,
> boolean) found in class org.apache.batik.swing.svg.JSVGComponent.
>     [javac]             setGraphicsNode(e.getGVTRoot(), false);
>     [javac]                            ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:510:
> Variable image in class org.apache.batik.swing.gvt.JGVTComponent not
> accessible from inner class org.apache.batik.swing.svg.JSVGComponent.
> SVGListener.
>     [javac]             image = null;
>     [javac]             ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:533:
> Variable image in class org.apache.batik.swing.gvt.JGVTComponent not
> accessible from inner class org.apache.batik.swing.svg.JSVGComponent.
> SVGListener.
>     [javac]                 image = null;
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:536:
> No method matching setGraphicsNode(org.apache.batik.gvt.GraphicsNode,
> boolean) found in class org.apache.batik.swing.svg.JSVGComponent.
>     [javac]                 setGraphicsNode(gn, false);
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:550:
> The type org.apache.batik.swing.gvt.JGVTComponent.Listener to which the
> member gvtRenderingCompleted belongs is not accessible from inner class
> org.apache.batik.swing.svg.JSVGComponent. SVGListener.
>     [javac]             super.gvtRenderingCompleted(e);
>     [javac]                                        ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:561:
> Variable eventsEnabled in class org.apache.batik.swing.gvt.JGVTComponent not
> accessible from inner class org.apache.batik.swing.svg.JSVGComponent.
> SVGListener.
>     [javac]             if (eventsEnabled) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:574:
> The type org.apache.batik.swing.gvt.JGVTComponent.Listener to which the
> member gvtRenderingCancelled belongs is not accessible from inner class
> org.apache.batik.swing.svg.JSVGComponent. SVGListener.
>     [javac]             super.gvtRenderingCancelled(e);
>     [javac]                                        ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:590:
> The type org.apache.batik.swing.gvt.JGVTComponent.Listener to which the
> member gvtRenderingFailed belongs is not accessible from inner class
> org.apache.batik.swing.svg.JSVGComponent. SVGListener.
>     [javac]             super.gvtRenderingFailed(e);
>     [javac]                                     ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.java:664:
> Variable eventDispatcher in class org.apache.batik.swing.gvt.JGVTComponent
> not accessible from inner class org.apache.batik.swing.svg.JSVGComponent.
> BridgeUserAgent.
>     [javac]             return eventDispatcher;
>     [javac]                    ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:314:
> Variable handler in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]                 handler.error(new TranscoderException(message));
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:325:
> Variable handler in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]                 handler.error(new TranscoderException(e));
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:336:
> Variable handler in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]                 handler.warning(new TranscoderException(message));
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:347:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]             if (hints.containsKey(KEY_PIXEL_TO_MM)) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:348:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]                 return
> ((Float)hints.get(KEY_PIXEL_TO_MM)).floatValue();
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:360:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]             if (hints.containsKey(KEY_LANGUAGE)) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:361:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]                 return (String)hints.get(KEY_LANGUAGE);
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:372:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]             return (String)hints.get(KEY_USER_STYLESHEET_URI);
>     [javac]                            ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:379:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]             if (hints.containsKey(KEY_XML_PARSER_CLASSNAME)) {
>     [javac]                 ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/transcoder/image/ImageTranscoder.java:380:
> Variable hints in class org.apache.batik.transcoder.TranscoderSupport not
> accessible from inner class
> org.apache.batik.transcoder.image.ImageTranscoder. ImageTranscoderUserAgent.
>     [javac]                 return
> (String)hints.get(KEY_XML_PARSER_CLASSNAME);
>     [javac]                                ^
>     [javac]
> /0/koala/shillion/xml-batik/sources/org/apache/batik/util/ParsedURLData.java:86:
> Method getPath() not found in class java.net.URL.
>     [javac]         path     = url.getPath();
>     [javac]                               ^
>     [javac] 42 errors
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: batik-dev-help@xml.apache.org

-- 
--------------
Bill Haneman
Gnome Accessibility / Batik SVG Toolkit
Sun Microsystems Ireland

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