You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2016/02/08 22:59:39 UTC

[jira] [Commented] (GEODE-945) Javadoc references to javax.transaction classes are causing build warnings

    [ https://issues.apache.org/jira/browse/GEODE-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15137794#comment-15137794 ] 

Dan Smith commented on GEODE-945:
---------------------------------

Looks like this is coming from the docs task, which is part of the gemfire-assembly project to generate javadocs for all public APIs. It picks up the classpath from all of the subprojects (see gemfire-assembly/build.gradle), so I'm not sure why javax.transaction is not being found.

> Javadoc references to javax.transaction classes are causing build warnings
> --------------------------------------------------------------------------
>
>                 Key: GEODE-945
>                 URL: https://issues.apache.org/jira/browse/GEODE-945
>             Project: Geode
>          Issue Type: Bug
>          Components: build
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>
> Javadoc references to javax.transaction classes are causing build warnings.
> {noformat}
> :pivotalgf-assembly:docsC:\dev\gemfire_CLEAN\open\gemfire-core\src\main\java\com\gemstone\gemfire\cache\FailedSynchronizationException.java:33: warning - Tag @see: reference not found: javax.transaction.UserTransaction#setRollbackOnly
> C:\dev\gemfire_CLEAN\open\gemfire-core\src\main\java\com\gemstone\gemfire\cache\FailedSynchronizationException.java:33: warning - Tag @see: reference not found: javax.transaction.Transaction#registerSynchronization
> C:\dev\gemfire_CLEAN\open\gemfire-core\src\main\java\com\gemstone\gemfire\cache\FailedSynchronizationException.java:33: warning - Tag @see: reference not found: javax.transaction.Status
> C:\dev\gemfire_CLEAN\open\gemfire-core\src\main\java\com\gemstone\gemfire\cache\SynchronizationCommitConflictException.java:27: warning - Tag @see: reference not found: javax.transaction.UserTransaction#commit
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)