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

Ashish Thusoo commented on HIVE-144:
------------------------------------

We actually went through a lot of discussion and then decided not to include 
the generated sources into the svn tree and we actually wanted to do the same 
for the thrift generated stuff in the long run. 

Can the antlr stuff be moved to a different directory within build and we can 
achieve both the benefits there (no generated code and also easier for eclipse 
users). Something on the lines as zheng suggested in

https://issues.apache.org/jira/browse/HIVE-159

> Ql java source copied to build/gen-java
> ---------------------------------------
>
>                 Key: HIVE-144
>                 URL: https://issues.apache.org/jira/browse/HIVE-144
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.19.0
>            Reporter: Johan Oskarsson
>            Assignee: Johan Oskarsson
>            Priority: Trivial
>             Fix For: 0.19.0
>
>         Attachments: HIVE-144.patch
>
>
> Since HIVE-98, the build process copies the contents of the ql/src/java 
> directory to build/gen-java where the code generated from Hive.g is located. 
> This makes it a bit more difficult to work on the project in Eclipse, since 
> one has to add the build/gen-java folder to the project and not ql/src/java. 
> This means we'll edit the ql java files in the wrong location. Adding both of 
> these directories will of course result in duplicate entries.

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