https://bz.apache.org/bugzilla/show_bug.cgi?id=60427
Bug ID: 60427
Summary: Creating pictures in PowerPoint slides requires
scratchpad-jar for adding WMF images
Product: POI
Version: 3.16-dev
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: XSLF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The Jenkins CI job which tries to run ooxml-tests without scratchpad currently
fails at the following test, this indicates that currently Scratchpad is
required for handling WMF pictures. See
https://builds.apache.org/job/POI-no-scratchpad/lastFailedBuild/testReport/org.apache.poi.xslf/TestXSLFBugs/bug59434/
for details
Should we move these classes to main to not have this discouraged dependency
from ooxml to scatchpad?
Error Message
org/apache/poi/hslf/blip/WMF$NativeHeader
Stacktrace
java.lang.NoClassDefFoundError: org/apache/poi/hslf/blip/WMF$NativeHeader
at
org.apache.poi.xslf.usermodel.XSLFPictureData.cacheProperties(XSLFPictureData.java:179)
at
org.apache.poi.xslf.usermodel.XSLFPictureData.getImageDimension(XSLFPictureData.java:145)
at
org.apache.poi.sl.draw.DrawPictureShape.resize(DrawPictureShape.java:100)
at
org.apache.poi.xslf.usermodel.XSLFSheet.createPicture(XSLFSheet.java:238)
at org.apache.poi.xslf.TestXSLFBugs.bug59434(TestXSLFBugs.java:466)
Caused by: java.lang.ClassNotFoundException:
org.apache.poi.hslf.blip.WMF$NativeHeader
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
--
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]