[
https://issues.apache.org/jira/browse/GEODE-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juan José Ramos Cassella resolved GEODE-5838.
---------------------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Changes merged into {{develop}} through
[4025ebf|https://github.com/apache/geode/commit/4025ebfd3396d4dda5f7c1d90540266aeed8c448].
> Suppress javadoc generation warnings
> ------------------------------------
>
> Key: GEODE-5838
> URL: https://issues.apache.org/jira/browse/GEODE-5838
> Project: Geode
> Issue Type: Improvement
> Components: build
> Reporter: Juan José Ramos Cassella
> Assignee: Juan José Ramos Cassella
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 1.8.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When compiling the project, the task {{geode-dunit:javadoc}} task generates
> the following warnings, polluting the build output:
> {noformat}
> > Task :geode-dunit:javadoc
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAccessController.java:32:
> warning - Tag @link: reference not found:
> org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAuthenticator.java:34:
> warning - Tag @link: reference not found:
> org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAccessController.java:32:
> warning - Tag @link: reference not found:
> org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAuthenticator.java:34:
> warning - Tag @link: reference not found:
> org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAccessController.java:32:
> warning - Tag @link: reference not found:
> org.apache.geode.examples.SimpleSecurityManager
> /Users/jramos/git/geode/geode-dunit/src/main/java/org/apache/geode/security/templates/SimpleAuthenticator.java:34:
> warning - Tag @link: reference not found:
> org.apache.geode.examples.SimpleSecurityManager
> {noformat}
> The {{@link}} tag incorrectly references a test class (it should reference
> the production interface), which is not part of the build class path when
> generating the {{javadocs}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)