https://issues.apache.org/bugzilla/show_bug.cgi?id=52840

             Bug #: 52840
           Summary: batik-codec.jar miss
                    org.apache.batik.ext.awt.image.codec.imageio package
           Product: Batik
           Version: 1.8
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SVGGraphics2D
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


When building separate jar for the batik 1.8pre distribution, the
batik-codec.jar miss the org.apache.batik.ext.awt.image.codec.imageio package
which is included in batik-all.jar.

In build.xml line 1241 should be changed from
        <include name="${package-prefix}/ext/awt/image/codec/jpeg/*.class"
                 if="sun-codecs.present"/>
to
        <include name="${package-prefix}/ext/awt/image/codec/imageio/*.class"
                 if="sun-codecs.present"/>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to