Move assembly out of modules
----------------------------

         Key: GERONIMO-406
         URL: http://issues.apache.org/jira/browse/GERONIMO-406
     Project: Apache Geronimo
        Type: Bug
  Components: buildsystem  
    Reporter: David Jencks


The main reason for the uber-build is really the circular dependency between 
the modules in geronimo "modules" and openejb.  Openejb requires many of the 
geronimo modules, and geronimo assembly requires openejb.

This could be fixed by moving geronimo assembly out of modules.  I suggest 
making a bunch of assemblies, starting with assembly/default which will include 
current modules/assembly.

The result is that projects can be built in this order:

howl
geronimo/spec
tranql
tranql-connector
geronimo/modules
activemq
openejb
geronimo/assembly

This can be done by a normal continuous integration tool rather than the 
uber-build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to