You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/08/16 01:07:44 UTC

[jira] Created: (HADOOP-3964) javadoc warnings by failmon

javadoc warnings by failmon
---------------------------

                 Key: HADOOP-3964
                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
            Reporter: Tsz Wo (Nicholas), SZE


There are javadoc warnings caused by failmon:
{noformat}
  [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
  [javadoc] Constructing Javadoc information...
  [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
  [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
{noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625567#action_12625567 ] 

dhruba borthakur commented on HADOOP-3964:
------------------------------------------

i think the problem is that the script that HadoopQA runs src/test/bin/test-patch.sh creates and copies the following set of files into  src/contrib/failmon/lib:

ommons-logging-1.0.4.jar      
hadoop-PATCH-failmonWarnings.patch           
hadoop-PATCH-failmonWarnings.patch-examples.jar  
hadoop-PATCH-failmonWarnings.patch-test.jar   log4j-1.2.15.jar
commons-logging-api-1.0.4.jar  
hadoop-PATCH-failmonWarnings.patch-core.jar  
hadoop-PATCH-failmonWarnings.patch.tar.gz        
hadoop-PATCH-failmonWarnings.patch-tools.jar

I do not knwop why it picks this directory to create these files. This is a problem only with the test-patch target. Nigel: can you pl advise on why the script copies it into this directory? Thanks.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624886#action_12624886 ] 

Hadoop QA commented on HADOOP-3964:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12388570/failmonWarnings.patch
  against trunk revision 687868.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3084/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3084/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3084/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3084/console

This message is automatically generated.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625537#action_12625537 ] 

Nigel Daley commented on HADOOP-3964:
-------------------------------------

Dhruba, you can run test-patch yourself.  Search for "test-patch" at http://wiki.apache.org/hadoop/HowToContribute to see how.  This ant target runs the script in src/test/bin


> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Updated: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-3964:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
           Status: Resolved  (was: Patch Available)

I just committed this.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>             Fix For: 0.19.0
>
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Updated: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-3964:
-------------------------------------

    Status: Patch Available  (was: Open)

Retriggerong HudsopnQA. I do not see these warnings with trunk itself. This patch is just a cleanup.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625009#action_12625009 ] 

dhruba borthakur commented on HADOOP-3964:
------------------------------------------

I cannot run the test-patch target, it is setup to be run by HadoopQA. Maybe Nigel can help in shedding some light on the difference between the target the HadoopQA runs and "ant javadocs".

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625586#action_12625586 ] 

Nigel Daley commented on HADOOP-3964:
-------------------------------------

+1 for this patch.  Let's get it committed.  I suspect the src/contrib/failmon/lib dir may have existed from a previous run.



> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Updated: (HADOOP-3964) javadoc warnings by failmon

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3964:
-------------------------------------------

    Hadoop Flags: [Reviewed]

+1 patch looks good.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624924#action_12624924 ] 

dhruba borthakur commented on HADOOP-3964:
------------------------------------------

In my workspace, without the patch I see the two warnings from running "ant javadocs". With the patch, I do not see these two warnings. I am using jdk 1.6.0_07, could this be an issue?



> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624991#action_12624991 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3964:
------------------------------------------------

Tested the following
- "ant javadoc" on trunk: no warning
- "ant test-patch" on trunk: 2 warnings
- "ant javadoc" on trunk + Dhruba's patch: no warning
- "ant test-patch" on trunk + Dhruba's patch: 2 warnings

Seems there is some wrong on javadoc target or test-patch target.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Updated: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-3964:
-------------------------------------

    Status: Open  (was: Patch Available)

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625580#action_12625580 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3964:
------------------------------------------------

"ant javadoc" and "ant test-patch" results should be consistent.  It should be the case that "ant test-patch" reports javadoc warnings if and only if "ant javadoc" reports javadoc warnings.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Assigned: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur reassigned HADOOP-3964:
----------------------------------------

    Assignee: dhruba borthakur

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626576#action_12626576 ] 

Hudson commented on HADOOP-3964:
--------------------------------

Integrated in Hadoop-trunk #586 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/586/])

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>             Fix For: 0.19.0
>
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625585#action_12625585 ] 

dhruba borthakur commented on HADOOP-3964:
------------------------------------------

I submitted this patch because it will help clear up test failures triggered by other Hudson patch test runs. Somebody shoudl manually remove src/contrib/failmon/lib directory  from the workspace on which HadoopQA runs the tests.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Updated: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-3964:
-------------------------------------

    Attachment: failmonWarnings.patch

Fix javadoc warnings.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Updated: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-3964:
-------------------------------------

    Status: Patch Available  (was: Open)

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625574#action_12625574 ] 

dhruba borthakur commented on HADOOP-3964:
------------------------------------------

The attached patch file removes (precisely) those lines in the build.xml! I wonder why test-patch still fails....

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624908#action_12624908 ] 

Nigel Daley commented on HADOOP-3964:
-------------------------------------

The patch didn't seem to fix the problem.  I still see:

[exec] [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging" 
[exec] [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"

in the console log of this patch build:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3084/console



> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625573#action_12625573 ] 

Nigel Daley commented on HADOOP-3964:
-------------------------------------

Here's the problem from the failmon buildl.xml:
{code}
    <mkdir dir="lib"/>

    <copy todir="lib">
      <fileset dir="${hadoop.root}/lib/"
               includes="commons-logging-*, log4j*"/>
    </copy>

    <copy todir="lib">
      <fileset dir="${hadoop.root}/build/"
               includes="hadoop-*"/>
    </copy>
{code}
The first copy block is the reason for this issue I think.
The second copy block is the reason for HADOOP-4021 I think.



> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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


[jira] Commented: (HADOOP-3964) javadoc warnings by failmon

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625572#action_12625572 ] 

Nigel Daley commented on HADOOP-3964:
-------------------------------------

Dhruba, on a clean workspace, run
   ant tar

You'll notice once this completes, src/contrib/failmon/lib exists with those files.  It's simple to reproduce.  It's not anything special that HadoopQA or test-patch.sh is doing.

> javadoc warnings by failmon
> ---------------------------
>
>                 Key: HADOOP-3964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3964
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: dhruba borthakur
>         Attachments: failmonWarnings.patch
>
>
> There are javadoc warnings caused by failmon:
> {noformat}
>   [javadoc] Loading source files for package org.apache.hadoop.contrib.failmon...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging.impl"
> {noformat}

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