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


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:[email protected]

Reply via email to