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 Curt Arnold <ca...@houston.rr.com> on 2001/05/16 07:35:29 UTC

Build appears to be broken

Maybe I missed this since I got some ezmlm warnings for a couple of lists last week
and might have been dropped off the mailing list.  I just attempted to build Batik from the 
CVS and I got a couple of errors that weren't there before I updated, they seem to be
legitimate.

    [javac] Compiling 120 source files to D:\apache-xml\xml-batik\classes
    [javac] D:\apache-xml\xml-batik\sources\org\apache\batik\ext\awt\image\spi\J
PEGRegistryEntry.java:24: org.apache.batik.ext.awt.image.spi.JPEGRegistryEntry s
hould be declared abstract; it does not define handleStream(java.io.InputStream,
boolean) in org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
    [javac] public class JPEGRegistryEntry
    [javac]        ^
    [javac] D:\apache-xml\xml-batik\sources\org\apache\batik\ext\awt\image\spi\P
NGRegistryEntry.java:28: org.apache.batik.ext.awt.image.spi.PNGRegistryEntry sho
uld be declared abstract; it does not define handleStream(java.io.InputStream,bo
olean) in org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
    [javac] public class PNGRegistryEntry
    [javac]        ^
    [javac] 2 errors