Valentin Valchev created FELIX-5041:
---------------------------------------
Summary: Cannot build web console with JDK 1.8 due to javadoc
problems
Key: FELIX-5041
URL: https://issues.apache.org/jira/browse/FELIX-5041
Project: Felix
Issue Type: Bug
Components: Web Console
Affects Versions: webconsole-4.2.10
Reporter: Valentin Valchev
Assignee: Valentin Valchev
Running "mvn javadoc:javadoc" fails with the following errors:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.10.2:javadoc (default-cli) on
project org.apache.felix.webconsole: An error has o
ccurred in JavaDocs report generation:
[ERROR] Exit code: 1 - javadoc: warning - Multiple sources of package comments
found for package "org.osgi.framework"
[ERROR] javadoc: warning - Multiple sources of package comments found for
package "org.osgi.service.packageadmin"
[ERROR] javadoc: warning - Multiple sources of package comments found for
package "org.osgi.service.startlevel"
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\AbstractWebConsolePlugin.java:210:
error: unknown tag: true
[ERROR] * <code>true</true> and may be overwritten by plugins to detect
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\AbstractWebConsolePlugin.java:215:
warning: nested tag not allowed: <code>
[ERROR] * @return <code>true</code> if the page should have headers and footers
rendered
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\AbstractWebConsolePlugin.java:210:
error: element not closed: code
[ERROR] * <code>true</true> and may be overwritten by plugins to detect
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\DefaultBrandingPlugin.java:84:
error: no summary or caption for table
[ERROR] * </table>
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\DefaultVariableResolver.java:50:
error: bad HTML entity
[ERROR] * Creates a new variable resolver and initializes both - capacity &
load factor
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\WebConsoleConstants.java:164:
error: malformed HTML
[ERROR] * The type of this request attribute is <code>Map<String,
String></code>.
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\WebConsoleConstants.java:164:
error: bad use of '>'
[ERROR] * The type of this request attribute is <code>Map<String,
String></code>.
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\WebConsoleUtil.java:254:
error: malformed HTML
[ERROR] * Escapes HTML special chars like: <>&\r\n and space
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\WebConsoleUtil.java:254:
error: bad use of '>'
[ERROR] * Escapes HTML special chars like: <>&\r\n and space
[ERROR] ^
[ERROR]
d:\develop\.apache-felix\webconsole\src\main\java\org\apache\felix\webconsole\WebConsoleUtil.java:254:
error: bad HTML entity
[ERROR] * Escapes HTML special chars like: <>&\r\n and space
[ERROR] ^
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)