Harsh J created HIVE-3543:
-----------------------------

             Summary: A hive-builtins snapshot is required on the classpath of 
generated eclipse files
                 Key: HIVE-3543
                 URL: https://issues.apache.org/jira/browse/HIVE-3543
             Project: Hive
          Issue Type: Bug
          Components: Build Infrastructure
    Affects Versions: 0.10.0
            Reporter: Harsh J


We shouldn't rely on presence of a jar of our own project to pre-exist when 
generating the eclipse files, like so:

{code}
<classpathentry kind="lib" 
path="build/builtins/hive-builtins-0.10.0-SNAPSHOT.jar"/>
{code}

Does the src on classpath for builtins not suffice instead? This one's presence 
makes one have to run {{ant jar eclipse-files}} instead of the simple {{ant 
compile eclipse-files}}. If not source paths, lets at least consider adding a 
classes/ directory instead of expecting a jar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to