You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2010/01/13 20:18:54 UTC

[jira] Commented: (HIVE-1049) Ant targets "eclipse-files" and "javadoc" fail

    [ https://issues.apache.org/jira/browse/HIVE-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799885#action_12799885 ] 

Ning Zhang commented on HIVE-1049:
----------------------------------

+1. looks good. 

> Ant targets "eclipse-files" and "javadoc" fail
> ----------------------------------------------
>
>                 Key: HIVE-1049
>                 URL: https://issues.apache.org/jira/browse/HIVE-1049
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.5.0, 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1049.patch
>
>
> {noformat}
> % ant eclipse-files
> Buildfile: build.xml
> ...
> eclipse-files:
>      [echo] Using hadoop version 0.20.0
> BUILD FAILED
> /Users/carl/Projects/hd6/hive-trunk/build.xml:278: taskdef class org.apache.hadoop.hive.ant.GetVersionPref cannot be found
> Total time: 2 seconds
> %
> {noformat}
> {noformat}
> % ant javadoc
> ...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] javadoc: warning - Multiple sources of package comments found for package "org.apache.commons.logging"
>   [javadoc] javadoc: warning - No source files for package org.apache.hadoop.hive.ql.util.typedbytes
>   [javadoc] Standard Doclet version 1.6.0_15
>   [javadoc] Building tree for all the packages and classes...
>   [javadoc] java.lang.OutOfMemoryError: Java heap space
>   [javadoc] 	at com.sun.org.apache.xerces.internal.util.XMLChar.<clinit>(XMLChar.java:52)
>   [javadoc] 	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipDeclSpaces(XMLEntityScanner.java:2105)
>   [javadoc] 	at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:197)
>   [javadoc] 	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
> {noformat}

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