From dev-return-9548-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri Nov 21 03:01:05 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 89386 invoked from network); 21 Nov 2008 03:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2008 03:01:05 -0000 Received: (qmail 78375 invoked by uid 500); 21 Nov 2008 03:01:13 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 78353 invoked by uid 500); 21 Nov 2008 03:01:13 -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 78342 invoked by uid 99); 21 Nov 2008 03:01:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2008 19:01:13 -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; Fri, 21 Nov 2008 02:59:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33755234C296 for ; Thu, 20 Nov 2008 19:00:44 -0800 (PST) Message-ID: <1645413186.1227236444196.JavaMail.jira@brutus> Date: Thu, 20 Nov 2008 19:00:44 -0800 (PST) From: "Fernando (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-778) cleaning up build for openjpa-kernel In-Reply-To: <775098470.1227236324260.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando updated OPENJPA-778: ----------------------------- Attachment: openjpa-kernel.diff This patch modifies the pom.xml of openjpa-kernel. It also expects for you to move a file: svn mv src/main/java/org/apache/openjpa/kernel/jpql/ParseException.java src/main/jjtree/org/apache/openjpa/kernel/jpql/ParseException.java This way the ParseException.java overrides that one which is being generated. So that javacc doesn't generate a new one (and force us to delete it later ). > cleaning up build for openjpa-kernel > ------------------------------------ > > Key: OPENJPA-778 > URL: https://issues.apache.org/jira/browse/OPENJPA-778 > Project: OpenJPA > Issue Type: Improvement > Components: kernel > Affects Versions: 1.2.0 > Reporter: Fernando > Attachments: openjpa-kernel.diff > > > I am trying to get started developing on OpenJPA, and I found some minor issues here and there. Attached is a simple patch to apply to openjpa-kernel, cleaning up how it generates the jjtree-javacc sources. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.