From: <sco...@jb...> - 2005-05-11 22:38:10
|
As was mentioned in this post which spawned the JBBUILD-72 issue, its not practical for the component user to have to know the dependencies of the component. Case 1, hibernate depends on cglib and asm, neither of which are used anywhere else in jbossas. In creating the top level build I only know I need hibernate 3.0.3. The component-info.xml for hibernate 3.0.3 needs to tell the synchronize process that cglib and asm are also needed. This should not be in the jbossas build component list, because hibernate 3.0.4 may no longer have these dependencies. A given components dependeices should be a listing of those apis that are actually used. I'll take a look at import addition and assign myself the task as I am looking at how the build actually works currently. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877404#3877404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877404 |