Juan José Ramos Cassella created GEODE-5838:
-----------------------------------------------

             Summary: 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


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)

Reply via email to