https://bz.apache.org/bugzilla/show_bug.cgi?id=65501
--- Comment #9 from Tung <[email protected]> --- (In reply to PJ Fanning from comment #8) > If you can't wait till next release which could be a few months away, you > could try building the jars yourself based on latest code - see > https://poi.apache.org/devel/index.html I have pulled the code from https://github.com/apache/poi/tree/trunk. But the current code seems to be unresolvable: it got this error after running ant jar [javac] C:\Users\tng\eclipse-workspace\apache-poi\poi-ooxml\src\main\java\org\apache\poi\xslf\draw\SVGUserAgent.java:66: error: cannot access ViewCSS [javac] String viewBoxStr = el.getAttributeNS(null, SVGConstants.SVG_VIEW_BOX_ATTRIBUTE); [javac] ^ [javac] class file for org.w3c.dom.css.ViewCSS not found [javac] C:\Users\tng\eclipse-workspace\apache-poi\poi-ooxml\src\main\java\org\apache\poi\xslf\draw\SVGUserAgent.java:81: error: cannot access DocumentCSS [javac] String a = el.getAttributeNS(null, attr); [javac] ^ [javac] class file for org.w3c.dom.css.DocumentCSS not found [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 2 errors -- 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]
