From dev-return-25193-apmail-qpid-dev-archive=qpid.apache.org@qpid.apache.org Tue Sep 28 09:44:00 2010 Return-Path: Delivered-To: apmail-qpid-dev-archive@www.apache.org Received: (qmail 70207 invoked from network); 28 Sep 2010 09:44:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Sep 2010 09:44:00 -0000 Received: (qmail 48578 invoked by uid 500); 28 Sep 2010 09:43:59 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 48479 invoked by uid 500); 28 Sep 2010 09:43:59 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 47675 invoked by uid 500); 28 Sep 2010 09:43:57 -0000 Delivered-To: apmail-incubator-qpid-dev@incubator.apache.org Received: (qmail 47672 invoked by uid 99); 28 Sep 2010 09:43:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 09:43:57 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Sep 2010 09:43:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8S9hYGe022827 for ; Tue, 28 Sep 2010 09:43:34 GMT Message-ID: <27401548.439831285667014164.JavaMail.jira@thor> Date: Tue, 28 Sep 2010 05:43:34 -0400 (EDT) From: "Sorin Suciu (JIRA)" To: qpid-dev@incubator.apache.org Subject: [jira] Closed: (QPID-2531) Improve the qpid broker build system to automatically build OSGI modules on broker-plugins directory In-Reply-To: <4117417.132801271920669377.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/QPID-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sorin Suciu closed QPID-2531. ----------------------------- > Improve the qpid broker build system to automatically build OSGI modules on broker-plugins directory > ---------------------------------------------------------------------------------------------------- > > Key: QPID-2531 > URL: https://issues.apache.org/jira/browse/QPID-2531 > Project: Qpid > Issue Type: Improvement > Reporter: Sorin Suciu > Assignee: Martin Ritchie > Attachments: qpid-2531.patch > > > The qpid broker ant build system could be improved to automatically build the OSGI modules in the broker-plugins directory given we might have multiple modules. For this, we could modify the current build.xml file from broker-plugins to delegate the tasks to each individual module via a subant task. Each module would have its own build.xml file (which would be pretty much generic). > So the task of adding a new OSGI module would involve: > - creating a new directory (eg myplugin) having a generic build.xml and the code in src subdir > - adding the new directory to the subant task so it will be build > - updating the build.deps file -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscribe@qpid.apache.org