From issues-return-21791-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Tue Oct 4 06:26:01 2011 Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 280A5778D for ; Tue, 4 Oct 2011 06:26:01 +0000 (UTC) Received: (qmail 19532 invoked by uid 500); 4 Oct 2011 06:26:00 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 19145 invoked by uid 500); 4 Oct 2011 06:25:56 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 19128 invoked by uid 99); 4 Oct 2011 06:25:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 06:25:55 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 06:25:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 074A22A73C8 for ; Tue, 4 Oct 2011 06:25:34 +0000 (UTC) Date: Tue, 4 Oct 2011 06:25:34 +0000 (UTC) From: "Simone Tripodi (Commented) (JIRA)" To: issues@commons.apache.org Message-ID: <1074934765.6387.1317709534031.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1022056339.6114.1305184667438.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (OGNL-8) use javacc to generate AST* and OGNLParser Java sources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OGNL-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119917#comment-13119917 ] Simone Tripodi commented on OGNL-8: ----------------------------------- +1 to Olivier :) If you take a look at the first patch draft (18/May/11), you will notice that there are the javacc/build-helper plugins configurations that allow a clean maven build - that works as well also with m2eclipse. Hope that helps, unfortunately I'm not having so much spare time this week to touch directly stuff :( {code} + org.codehaus.mojo + javacc-maven-plugin + 2.6 + + + jjtree-javacc + + jjtree-javacc + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + add-source + generate-sources + + add-source + + + + ${project.build.dir}/generated-sources/jjtree + ${project.build.dir}/generated-sources/javacc + + + + + + {code} > use javacc to generate AST* and OGNLParser Java sources > ------------------------------------------------------- > > Key: OGNL-8 > URL: https://issues.apache.org/jira/browse/OGNL-8 > Project: OGNL > Issue Type: Task > Reporter: Olivier Lamy > Assignee: Olivier Lamy > Attachments: OGNL-8-keep-custom-AST.patch, OGNL-8.patch, patch-ognl-8-v1.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira