[QFJ-827] quickfixj-core build failure when generating javadocs on JDK8 Created: 07/Feb/15 Updated: 02/Apr/15 Resolved: 09/Feb/15 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Build |
Affects Version/s: | 1.5.3 |
Fix Version/s: | 1.6.0 |
Type: | Bug | Priority: | Default |
Reporter: | kammo | Assignee: | Christoph John |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
It is throwing error while executing java-doc build. Below is trimmed snippet of the error log. [ERROR] * @throws ConfigError |
Comments |
Comment by Christoph John [ 07/Feb/15 ] |
Hi, I cannot reproduce this. What exactly did you do? Checked out from github? |
Comment by kammo [ 07/Feb/15 ] |
I felt the same that it could be jdk issue. |
Comment by Christoph John [ 08/Feb/15 ] |
I could reproduce this with JDK8. Seems to be caused by the DocLint feature of JDK8. http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete |
Comment by Christoph John [ 09/Feb/15 ] |
For the time being we will disable the DocLint feature for JDK8+. |