plans with overlapping artifacts? [message #717241] |
Fri, 19 August 2011 13:10  |
Eclipse User |
|
|
|
I'm curious to see if plans can utilize overlapping artifacts. For instance, say I have the following two plans:
<plan name="plan-a" version="1.0.0" scoped="false" atomic="false" ... >
<artifact type="bundle" name="bundle-a" version="[1.0.0, 2.0.0)" />
<artifact type="bundle" name="bundle-b" version="[1.0.0, 2.0.0)" />
</plan>
<plan name="plan-b" version="1.0.0" scoped="false" atomic="false" ...>
<artifact type="bundle" name="bundle-b" version="[1.0.0, 2.0.0)" />
<artifact type="bundle" name="bundle-c" version="[1.0.0, 2.0.0)" />
</plan>
My experience so far shows that Virgo will spit out some errors and fail to start plan-b due to the shared dep on bundle-b, even though both plans are unscoped and non-atomic. But it seems perfectly reasonable to me that two plans may share a dependency on some artifact.
Thoughts?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03750 seconds