Source: cssparser Version: 0.9.5 Severity: normal User: debian-j...@lists.debian.org Usertags: default-java9
This package fails to build with default-jdk pointing to openjdk-9-jdk. Please fix it, so that we can start the transition to Java 9. The wiki has some common problems and their solutions: https://wiki.debian.org/Java/Java9Pitfalls This maven build seems to fail to correctly set the classpath during the Javadoc build. This is unsual. See the wiki. Build log: ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (default-cli) on project cssparser: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - /build/cssparser-0.9.5/src/main/java/com/steadystate/css/dom/CSSStyleSheetImpl.java:50: error: cannot find symbol [ERROR] import com.steadystate.css.parser.SACParserCSS2; [ERROR] ^ [ERROR] symbol: class SACParserCSS2 [ERROR] location: package com.steadystate.css.parser [ERROR] /build/cssparser-0.9.5/src/main/java/com/steadystate/css/parser/AbstractSACParser.java:69: error: cannot find symbol [ERROR] protected abstract Token getToken(); [ERROR] ^ Cheers, Chris.