javaee / json-processing-spec

Legacy JSON Processing spec. Please use the link below to find the current JSON P project
https://github.com/jakartaee/jsonp-api
Other
8 stars 3 forks source link

JavaDoc problems when building with JDK 8 #59

Closed glassfishrobot closed 10 years ago

glassfishrobot commented 11 years ago

Build error due javadoc problems when building with jdk8 b97

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (attach-javadocs) on project javax.json-api: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - javadoc: warning - Error fetching URL: http://docs.oracle.com/javase/6/docs/api [ERROR] /home/hf/Desktop/cejug/adopt_a_jsr/jsonp~git/api/src/main/java/javax/json/JsonArray.java:177: warning: no @param for [ERROR] List getValuesAs(Class clazz); [ERROR] ^ [ERROR] /home/hf/Desktop/cejug/adopt_a_jsr/jsonp~git/api/src/main/java/javax/json/JsonArray.java:201: warning: no @param for defaultValue [ERROR] String getString(int index, String defaultValue); [ERROR] ^

Full logs on JSR mailing list.

Environment

gnu-linux manjaro distribution x86 jdk8-b7

glassfishrobot commented 11 years ago

Reported by heliofrota

glassfishrobot commented 11 years ago

heliofrota said: Maybe this is issue from maven javadoc plugin and this line: [ERROR] Exit code: 1 - javadoc: warning - Error fetching URL: http://docs.oracle.com/javase/6/docs/api

I going to investigate this.

glassfishrobot commented 10 years ago

kchung said: Fixed.

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JSON_PROCESSING_SPEC-59

glassfishrobot commented 10 years ago

Marked as fixed on Tuesday, May 6th 2014, 10:33:53 am