[
https://issues.apache.org/jira/browse/HBASE-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801491#action_12801491
]
stack commented on HBASE-2135:
------------------------------
Its in TRUNK for me:
{code}
<!-- Javadoc -->
<target name="javadoc" description="Generate javadoc">
<mkdir dir="${build.javadoc}"/>
<javadoc
overview="${src.dir}/overview.html"
packagenames="org.apache.hadoop.hbase.*"
destdir="${build.javadoc}"
author="true"
version="true"
use="true"
windowtitle="${Name} ${version} API"
doctitle="${Name} ${version} API"
bottom="Copyright &copy; ${year} The Apache Software Foundation"
>
<packageset dir="${src.dir}">
<include name="org/apache/**"/>
<exclude name="org/onelab/**"/>
<exclude name="org/apache/hadoop/hbase/thrift/generated/**"/>
</packageset>
<link href="${javadoc.link.java}"/>
<classpath >
<path refid="classpath" />
<fileset dir="${build.dir}/contrib">
<include name="**/ivy/lib/common/*.jar" />
</fileset>
<pathelement path="${java.class.path}"/>
</classpath>
<packageset dir="src/contrib/transactional/src/java"/>
<packageset dir="src/contrib/stargate/src/java"/>
</javadoc>
</target>
{code}
Above is quote from my current build.xml.
Whats up?
> ant javadoc complains about missing classes
> --------------------------------------------
>
> Key: HBASE-2135
> URL: https://issues.apache.org/jira/browse/HBASE-2135
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: Kay Kay
> Assignee: Kay Kay
> Fix For: 0.21.0
>
> Attachments: HBASE-2135.patch
>
>
> Something to do with CP - javadoc target not happy with CP ( in trunk).
> placeholder ticket to revisit it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.