Return-Path: Delivered-To: apmail-incubator-etch-dev-archive@minotaur.apache.org Received: (qmail 49883 invoked from network); 7 Mar 2009 23:17:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2009 23:17:17 -0000 Received: (qmail 27168 invoked by uid 500); 7 Mar 2009 23:17:17 -0000 Delivered-To: apmail-incubator-etch-dev-archive@incubator.apache.org Received: (qmail 27133 invoked by uid 500); 7 Mar 2009 23:17:17 -0000 Mailing-List: contact etch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: etch-dev@incubator.apache.org Delivered-To: mailing list etch-dev@incubator.apache.org Received: (qmail 27110 invoked by uid 99); 7 Mar 2009 23:17:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Mar 2009 15:17:17 -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; Sat, 07 Mar 2009 23:17:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 337B3234C4AF for ; Sat, 7 Mar 2009 15:16:56 -0800 (PST) Message-ID: <639166388.1236467816210.JavaMail.jira@brutus> Date: Sat, 7 Mar 2009 15:16:56 -0800 (PST) From: "Richard Bolkey (JIRA)" To: etch-dev@incubator.apache.org Subject: [jira] Updated: (ETCH-62) etch-maven-plugin In-Reply-To: <1870130264.1236467816181.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/ETCH-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Bolkey updated ETCH-62: ------------------------------- Attachment: Adding_the_etch-maven-plugin.patch Here's the patch for the etch-maven-plugin I've developed. All source files contain an ASF license header. > etch-maven-plugin > ----------------- > > Key: ETCH-62 > URL: https://issues.apache.org/jira/browse/ETCH-62 > Project: Etch > Issue Type: New Feature > Reporter: Richard Bolkey > Attachments: Adding_the_etch-maven-plugin.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Adding a maven plugin that can execute the etch compiler to generate a binding inside a maven project (much like javacc-maven-plugin). > * The plugin needs to support all the parameters of the compiler. > * The plugin needs to be able to generate a binding from etch files and includes. > * The plugin needs to be able to retrieve etch files and includes from project dependencies (so that the etch files can be their own artifact if desired). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.