Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
1.8
-
None
-
None
-
Operating System: All
Platform: PC
Description
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"/>