[jira] Commented: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-27 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689897#action_12689897
 ] 

Hudson commented on ZOOKEEPER-353:
--

Integrated in ZooKeeper-trunk #266 (See 
[http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/266/])
. javadoc warnings needs to be fixed. (giridharan kesavan via mahadev)


> javadoc warnings needs to be fixed 
> ---
>
> Key: ZOOKEEPER-353
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
> Project: Zookeeper
>  Issue Type: Sub-task
>  Components: build
>Affects Versions: 3.0.0, 3.0.1, 3.1.0, 3.1.1
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Fix For: 3.2.0
>
> Attachments: ZK-353.patch, ZK-353.patch
>
>
> [javadoc] 
> /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
>  cannot find symbol
>   [javadoc] symbol  : class OutputArchive
>   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
>   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
> java.io.IOException {
>   [javadoc] ^
>   [javadoc] 
> /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
>  cannot find symbol
>   [javadoc] symbol  : class InputArchive
>   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
>   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
> java.io.IOException {
>   [javadoc]   ^
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 4 errors
>   [javadoc] 124 warnings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-353) javadoc warnings needs to be fixed

2009-03-26 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689767#action_12689767
 ] 

Patrick Hunt commented on ZOOKEEPER-353:


I think this is the case from looking at the patch but wanted to verify:

javadoc target will only include javadoc on "user public" apis?
  ie the limited subset of classes that we expose to users directly, the 
programming api etc...

while javadoc-dev will include javadoc on all (public) apis?


> javadoc warnings needs to be fixed 
> ---
>
> Key: ZOOKEEPER-353
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-353
> Project: Zookeeper
>  Issue Type: Sub-task
>Reporter: Giridharan Kesavan
>Assignee: Giridharan Kesavan
> Attachments: ZK-353.patch
>
>
> [javadoc] 
> /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:46:
>  cannot find symbol
>   [javadoc] symbol  : class OutputArchive
>   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
>   [javadoc]   public void serialize(OutputArchive a_, String tag) throws 
> java.io.IOException {
>   [javadoc] ^
>   [javadoc] 
> /.../SOMETHING/trunk/src/java/generated/org/apache/zookeeper/server/quorum/QuorumPacket.java:63:
>  cannot find symbol
>   [javadoc] symbol  : class InputArchive
>   [javadoc] location: class org.apache.zookeeper.server.quorum.QuorumPacket
>   [javadoc]   public void deserialize(InputArchive a_, String tag) throws 
> java.io.IOException {
>   [javadoc]   ^
>   [javadoc] Building index for all the packages and classes...
>   [javadoc] Building index for all classes...
>   [javadoc] Generating /.../SOMETHING/trunk/build/docs/api/stylesheet.css...
>   [javadoc] 4 errors
>   [javadoc] 124 warnings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.