[ 
https://issues.apache.org/jira/browse/HADOOP-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HADOOP-1571:
--------------------------

    Attachment: contrib-lib-javadoc-v2.patch

Thanks for the suggestion on how to generalize inclusion of libs D.  Attached 
is a slight varient on your suggestion -- one that doesn't complain about 
missing contrib lib dirs.

> Add hbase contrib lib dir to root build.xml javadoc classpath
> -------------------------------------------------------------
>
>                 Key: HADOOP-1571
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1571
>             Project: Hadoop
>          Issue Type: Improvement
>            Reporter: stack
>            Priority: Minor
>         Attachments: contrib-lib-javadoc-v2.patch, contrib-lib-javadoc.patch
>
>
> hbase is about to add a lib directory.  In here we will add libs needed by 
> hbase but that are not of use to the parent hadoop (e.g. the jline jar to 
> support the pending hbase shell feature).
> Editing the hbase build.xml to add the new hbase lib directory to the 
> CLASSPATH works for all targets but 'javadoc'.  The javadoc target in the 
> parent hadoop project does not delegate down to the the src/contrib/build.xml 
> file as does compile, test, and clean targets.  Even if it did, the javadoc 
> tool does not seem to be amenable to incremental doc generation; it wants all 
> src to hand before it starts to work.

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

Reply via email to