From: <ad...@jb...> - 2005-05-04 17:21:12
|
One problem with doing this, is that it would potentially allow a | <source> | to indirectly reference a component that was imported through a component-info.xml We don't want this to happen. I would suggest that the two different mechanisms for importing components (directly and indirectly) set a threadlocal which is then stored inside the component/artifact definition. The <source> would then throw a BuildException if it attempted to reference something that was not directly imported. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876464#3876464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876464 |