[
https://issues.apache.org/jira/browse/OOZIE-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337408#comment-16337408
]
Attila Sasvari commented on OOZIE-2681:
---------------------------------------
{{mvn clean deploy -Papache-release -DskipTests fails with the following while
generating Javadoc:}}
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on
project oozie-tools: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 -
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBExportCLI.java:44:
error: self-closing element not allowed
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBExportCLI.java:44:
warning: empty <p> tag
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBExportCLI.java:49:
error: self-closing element not allowed
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBExportCLI.java:49:
warning: empty <p> tag
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java:82:
error: self-closing element not allowed
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java:82:
warning: empty <p> tag
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java:88:
error: self-closing element not allowed
[ERROR] * <p/>
[ERROR] ^
[ERROR]
/Users/asasvari/workspace/apache/oozie_master_push/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java:88:
warning: empty <p> tag
[ERROR] * <p/>
[ERROR] ^
[ERROR]
{code}
> fix javadoc to compile on JDK8 again
> ------------------------------------
>
> Key: OOZIE-2681
> URL: https://issues.apache.org/jira/browse/OOZIE-2681
> Project: Oozie
> Issue Type: Sub-task
> Components: build
> Affects Versions: 4.3.0
> Reporter: Robert Kanter
> Assignee: Peter Cseh
> Priority: Critical
> Fix For: 5.0.0b1
>
> Attachments: OOZIE-2681-00.patch, OOZIE-2681-01.patch,
> OOZIE-2681-02.patch, OOZIE-2681-03.patch, OOZIE-2681-04.patch,
> OOZIE-2681.06.patch, OOZIE-2681.07.patch, OOZIE-2681.08.patch,
> OOZIE-2681.09.patch, OOZIE-2681.10.patch, OOZIE-2681.11.patch,
> OOZIE-2681.12.patch, OOZIE-2681.13.patch, OOZIE-2681.14.patch,
> OOZIE-2681.15.patch
>
>
> We have a lot of Javadoc build failures, which causes Oozie to fail to build
> on Java 8, which is more strict than Java 6 or 7 was. OOZIE-2178 fixed all
> of these that existed at that time, but we've since introduced a lot more.
> OOZIE-2487 made a workaround to prevent this from causing the build to fail,
> but we should fix these (again) and remove the OOZIE-2487 workaround.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)