eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
230 stars 72 forks source link

Error while generating Javadoc in JDK8+ #100

Closed malaquiasdev closed 6 years ago

malaquiasdev commented 6 years ago
[INFO]
[INFO] org.jnosql.diana:diana-api ......................... SUCCESS [  4.988 s]
[INFO] org.jnosql.diana:diana-core ........................ SUCCESS [ 12.871 s]
[INFO] org.jnosql.diana:diana-key-value ................... FAILURE [  3.301 s]
[INFO] org.jnosql.diana:diana-column ...................... SKIPPED
[INFO] org.jnosql.diana:diana-document .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.529 s
[INFO] Finished at: 2017-10-28T19:27:56-02:00
[INFO] Final Memory: 33M/365M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project diana-key-value: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - C:\Users\mateu\Workspace\repositories\jnosql\jnosql-diana\diana-key-value\src\main\java\org\jnosql\diana\api\key\KeyValueConfiguration.java:45: error: reference not found
[ERROR]      * @see Settings#of(java.util.Map)
[ERROR]             ^
[ERROR] C:\Users\mateu\Workspace\repositories\jnosql\jnosql-diana\diana-key-value\src\main\java\org\jnosql\diana\api\key\KeyValueConfiguration.java:47: warning - Tag @see: can't find of(java.util.Map) in org.jnosql.diana.api.Settings
[ERROR]
[ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_144\jre\..\bin\javadoc.exe" @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in 'C:\Users\mateu\Workspace\repositories\jnosql\jnosql-diana\diana-key-value\target\apidocs' dir.
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :diana-key-value

Hi guys, the build is failuring when i try compile the project using jdk 8. Using jdk7 everything is OK.

So I will change the @see Settings#of{java.util.Map} for @{link} annotation

otaviojava commented 6 years ago

Fixed