Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround mangled javadocs (java 8+) #34

Closed
wants to merge 2 commits into from

Conversation

gallardo
Copy link

@gallardo gallardo commented Oct 7, 2014

With Java 8, the build fails with the message Execution failed for task ':javadoc_com.alkacon.opencms.calendar'. This patch ignores javadoc errors during the build for Java 8+.

Log follows (warnings skipped):

[...]/alkacon-oamp/com.alkacon.opencms.calendar/src/com/alkacon/opencms/calendar/CmsSerialDateSelectWidget.java:64: error: unknown tag: layout
 * <code><layout element="Change" widget="SerialDateSelectWidget" configuration="property:calendar.startdate|count:25" /></code>.<p>
         ^

[...]
:javadoc_com.alkacon.opencms.calendar
1 error
22 warnings
:javadoc_com.alkacon.opencms.calendar FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':javadoc_com.alkacon.opencms.calendar'.

With Java 8, the build fails with the message `Execution failed for task ':javadoc_com.alkacon.opencms.calendar'`. This patch ignores javadoc errors during the build for Java 8+.

Log follows (warnings skipped):
````
[...]/alkacon-oamp/com.alkacon.opencms.calendar/src/com/alkacon/opencms/calendar/CmsSerialDateSelectWidget.java:64: error: unknown tag: layout
 * <code><layout element="Change" widget="SerialDateSelectWidget" configuration="property:calendar.startdate|count:25" /></code>.<p>
         ^

[...]
:javadoc_com.alkacon.opencms.calendar
1 error
22 warnings
:javadoc_com.alkacon.opencms.calendar FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':javadoc_com.alkacon.opencms.calendar'.
````
gallardo added a commit to gallardo/alkacon-oamp that referenced this pull request Jan 25, 2016
@gallardo
Copy link
Author

Closed. Favoring #53.

@gallardo gallardo closed this Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant