[
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.