You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2010/01/15 23:48:54 UTC

[jira] Created: (HBASE-2135) ant javadoc complains about missing classes

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


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.


[jira] Commented: (HBASE-2135) ant javadoc complains about missing classes

Posted by "Kay Kay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801507#action_12801507 ] 

Kay Kay commented on HBASE-2135:
--------------------------------

{quote}
Its in TRUNK for me:
{quote}
My bad - Sorry . did not see build.xml in the patchset - hence was asking. please ignore. 



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


[jira] Updated: (HBASE-2135) ant javadoc complains about missing classes

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

Kay Kay updated HBASE-2135:
---------------------------

    Attachment: HBASE-2135.patch

javadoc cp errors are fixed. 



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


[jira] Assigned: (HBASE-2135) ant javadoc complains about missing classes

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

stack reassigned HBASE-2135:
----------------------------

    Assignee: Kay Kay

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


[jira] Updated: (HBASE-2135) ant javadoc complains about missing classes

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

Kay Kay updated HBASE-2135:
---------------------------

    Status: Patch Available  (was: Open)

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


[jira] Updated: (HBASE-2135) ant javadoc complains about missing classes

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

stack updated HBASE-2135:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed to TRUNK.  Thanks for the patch Kay Kay.

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


[jira] Commented: (HBASE-2135) ant javadoc complains about missing classes

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ 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 &amp;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.


[jira] Commented: (HBASE-2135) ant javadoc complains about missing classes

Posted by "Kay Kay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801326#action_12801326 ] 

Kay Kay commented on HBASE-2135:
--------------------------------

Thanks stack. Just curious  - can you help double check if this patch is in trunk / different branch ? 

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