Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 95869 invoked from network); 7 Mar 2007 23:58:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 23:58:46 -0000 Received: (qmail 69852 invoked by uid 500); 7 Mar 2007 23:58:54 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 69817 invoked by uid 500); 7 Mar 2007 23:58:54 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 69806 invoked by uid 99); 7 Mar 2007 23:58:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 15:58:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 15:58:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 16FCD714042 for ; Wed, 7 Mar 2007 15:58:24 -0800 (PST) Message-ID: <1606990.1173311904068.JavaMail.root@brutus> Date: Wed, 7 Mar 2007 15:58:24 -0800 (PST) From: "Tim Moloney (JIRA)" To: felix-dev@incubator.apache.org Subject: [jira] Commented: (FELIX-247) Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers In-Reply-To: <22222332.1173255204080.JavaMail.root@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/FELIX-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478976 ] Tim Moloney commented on FELIX-247: ----------------------------------- One change required to build.xml is to point the maven.repo.local property at a directory that has all the dependency jars. Simply change the value attribute in the following line to the name of the appropriate directory. > Add ant goal to maven-bundle-plugin which creates a build.xml and MANIFEST.MF with bundle headers > ------------------------------------------------------------------------------------------------- > > Key: FELIX-247 > URL: https://issues.apache.org/jira/browse/FELIX-247 > Project: Felix > Issue Type: New Feature > Components: Maven Plugin > Reporter: Tim Moloney > Priority: Minor > Attachments: maven-bundle-plugin-ant-1.patch > > > Modify maven-bundle-plugin so that runing > mvn org.apache.felix:maven-bundle-plugin:ant > creates the build.xml and MANIFEST.MF files for the current source code. This allows a working bundle to be created from a source distribution using ant (without using maven). > The goal of this issue is not to allow development using ant but to provide a way of distributing source code that uses ant to build a working bundle. Any changes to the source code that affect the bundle headers would not be updated in the manifest, since the manifest file is created at the same time as the build file and is not changed by any ant task. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.