From: <ad...@jb...> - 2005-05-17 16:55:08
|
Overtime, the requirements have changed and I believe we have a current structure something like the following: 1) A top level build that just defines the list of primary components 2) The component level build is made up of two files component-info which describes the external view of the component component build which desribes how the component is built 3) The tasks/macros as before The component-info is intended to describe what this component provides, but also what it uses. i.e. it could import other components (secondary components) e.g. the test module will import junit, there is no need in the top level build to define that we use junit because the test module provides that point of integration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878066#3878066 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878066 |