[ https://issues.apache.org/jira/browse/GEODE-5838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated GEODE-5838: ---------------------------------- Labels: pull-request-available (was: ) > 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 > > 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)