https://issues.apache.org/bugzilla/show_bug.cgi?id=49153
Summary: CTVectorVariant class missing from
poi-ooxml-schemas.jar
Product: POI
Version: 3.7-dev
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=25324)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25324)
A patch that fixes the issue for me
As far as I understand the build.xml jar in POI the poi-ooxml-schemas jar is
constructed by taking all the relevant classes from ooxml-schemas.1.0. This is
done by a class called OOXmlLite, which runs the unit tests and looks which
classes have been loaded.
Unfortunately the CTVectorVariant class doesn't seem to be referenced from any
unit test, that is why it is not loaded to poi-ooxml-schemas.
I created a unit test class that uses the CTVectorVariant. This allows it to be
discovered by OOXmlLite, The patch is attached.
--
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]