Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 69121 invoked from network); 9 Dec 2008 15:07:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2008 15:07:05 -0000 Received: (qmail 53230 invoked by uid 500); 9 Dec 2008 15:07:18 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 53190 invoked by uid 500); 9 Dec 2008 15:07:18 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 53165 invoked by uid 99); 9 Dec 2008 15:07:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 07:07:18 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2008 15:05:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B26F0234C2BA for ; Tue, 9 Dec 2008 07:06:44 -0800 (PST) Message-ID: <1936972087.1228835204729.JavaMail.jira@brutus> Date: Tue, 9 Dec 2008 07:06:44 -0800 (PST) From: "Johan Oskarsson (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Created: (HIVE-144) Ql java source copied to build/gen-java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 Priority: Trivial Fix For: 0.19.0 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.