From: <sco...@jb...> - 2005-05-11 19:34:03
|
I'm not following how that lone source element triggers imports. Going through this currently for the 4.0 thirdparty, the unversioned import still leaves open the problem of what version is being referenced. We can build a graph of components and attempt to resolve the components, but I see a number of components that have references to components only used by them (dom4j to jaxen, cglib to asm). We can attempt to taken the latest version of each unversioned reference, but this requires a latest link pointing to latest, or an index of the components so that it can be computed. The import should also support a version in the case that there is an explicit version requirement. Are you working on adding the import addition Ryan? If not, I'll look at this since I need to complete it to finish the thirdparty build. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877379#3877379 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877379 |