From dev-return-11953-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon May 18 16:29:35 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 64735 invoked from network); 18 May 2009 16:29:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 May 2009 16:29:34 -0000 Received: (qmail 69106 invoked by uid 500); 18 May 2009 16:29:33 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 69065 invoked by uid 500); 18 May 2009 16:29:33 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 69055 invoked by uid 99); 18 May 2009 16:29:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 16:29:33 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of Alan.Raison@luminary.co.uk does not designate 69.18.216.40 as permitted sender) Received: from [69.18.216.40] (HELO mail.ingres.com) (69.18.216.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 16:29:25 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Building in Eclipse Date: Mon, 18 May 2009 12:29:03 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Building in Eclipse Thread-Index: AcnX1cGQbOMsP6IxQWexMIWzGJK/+g== From: "Alan Raison" To: X-Virus-Checked: Checked by ClamAV on apache.org Hi Does anyone have any experience (preferably successful) of building openjpa-kernel in Eclipse? I've found that checking out each sub-project from trunk usually works fine when building against a released version (as then I can download the pre-compiled openjpa-kernel from the maven repo) but this doesn't work so well when working with trunk. Working from the command line is fine but a bit limited in Windows - especially when trying to patch the source! My specific issue is that Eclipse complains of compile errors in the (src/main/java/)org.apache.openjpa.kernel.jpql package as these files depend on the jjtree sources. If I add target/generated-sources/javacc to the build path I get a name clash with the SimpleNode class in both the src/main/java and target/generated-sources/javacc folders. I also tried adding the target/generated-sources/jjtree folder in place of the target/generated-sources/javacc folder but this didn't work either. Sorry if I am being thick with this. I need my IDE!! ;) Alan