[ 
https://issues.apache.org/jira/browse/CXF-6125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250034#comment-14250034
 ] 

Franz van Betteraey commented on CXF-6125:
------------------------------------------

This is because of the new doclint feature introduced in Java 8. You can 
disable the JavaDoc check as described here: 
http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html

False JavaDoc appears at several places in the generated code so this should be 
fixed from the ground up.

> generated Javadoc is not valid for JDK 1.8
> ------------------------------------------
>
>                 Key: CXF-6125
>                 URL: https://issues.apache.org/jira/browse/CXF-6125
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Constantino Cronemberger
>
> This is the error message I get when I try to generate Javadoc from classes 
> generated with CXF with JDK 1.8 out of a WSDL :
> {code}
> C:\...\target\generated-sources\cxf\...\shared\model\ws\...\changesreport\FieldType.java:28:
>  error: bad use of '>'
> *         <element name="Info" 
> type="{http://www.w3.org/2001/XMLSchema}string"; minOccurs="0"/>
> {code}
> I think it would be just a matter of replacing ">" by its "gt" escape 
> sequence.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to