To get a complete libraries.ent file which will accommodate the third party directory being built from items in the repository, I feel that these are the steps which need to transpire:
1) create/update component-info.xml files for all modules under jbossas
| a) some have not been created yet, others which do exist will need to be modified with compatibility information
| | b) a complete list of modules can be found here: http://jira.jboss.com/jira/browse/JBBUILD-1
|
| 2) create a top level jbossbuild.xml file which contains a componentref for each of the necessary modules (e.g. server, iiop, common)
|
| 3) generate a complete graph of components based off of what is defined in step (2)
| a) when the graph is complete it will contain a component for each of the originally defined componentrefs as well as all dependencies required
|
| 4) generate libraries.ent file based off of the graph made in step (3)
|
| 5) Complete a build using the generated libraries.ent
|
| Once this is verified we should have a thirdparty folder that is built dynamically from items in the repository as well as backwards compatibility for the buildmagic system. I am beginning today with component-info files.
|
| Ruel Loehr
| JBoss QA
|
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882428#3882428
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882428
|