Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 1365 invoked from network); 18 Jul 2005 14:45:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2005 14:45:31 -0000 Received: (qmail 31035 invoked by uid 500); 18 Jul 2005 14:45:16 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 30948 invoked by uid 500); 18 Jul 2005 14:45:15 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 30889 invoked by uid 99); 18 Jul 2005 14:45:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 07:45:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.151.27.10] (HELO mailhub.hp.com) (192.151.27.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2005 07:45:10 -0700 Received: from [10.10.101.247] (unknown [195.117.99.254]) by mailhub.hp.com (Postfix) with ESMTP id 5A48627122 for ; Mon, 18 Jul 2005 10:45:09 -0400 (EDT) Message-ID: <42DBC06F.4010401@apache.org> Date: Mon, 18 Jul 2005 16:45:03 +0200 From: Jacek Laskowski Organization: Apache Geronimo (http://geronimo.apache.org) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Anybody know how to auto generate an openejb-jar.xml file with Maven? References: <20050716063140.569E910FB2A5@asf.osuosl.org> In-Reply-To: <20050716063140.569E910FB2A5@asf.osuosl.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nicholas Irving wrote: > , but not found a way to generate the openejb-jar file, > other than using ant, but since I cannot find any documentation of how > to use the ant version I thought I would ask around to see if anybody > has done anything similair. IIRC, there's no Ant task or Maven goal to generate openejb-jar.xml file. You will have to do that step manually or if you create such a goal/task, I'll be the first who will ask you to contribute it to Geronimo. > Nicholas Irving Jacek