[
https://issues.apache.org/jira/browse/GEODE-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151380#comment-15151380
]
ASF subversion and git services commented on GEODE-945:
-------------------------------------------------------
Commit 06317e71a42d56510ad304df3a8cc01a0640db1d in incubator-geode's branch
refs/heads/feature/GEODE-831 from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=06317e7 ]
GEODE-945: Importing javax.transaction packages to fix javadoc
Javadoc was spitting out class not found warnings. It looks like it had
some trouble locating these classes, even though they are on the
classpath. Changing the class to import the packages seems to fix the
javadoc task.
> 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: Dan Smith
> Fix For: 1.0.0-incubating.M2
>
>
> 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)