PDE build.xml generation fails for match="equivalent" plugin [message #29834] |
Mon, 12 May 2003 13:00 |
Eclipse User |
|
|
|
I am using the PDE feature build through the package button on the
feature.xml editor. My plugins reference other plugins which use the
match="equivalent" attribute on their import plugin tags, for example:
<import plugin="x.y.z.plugin" version="2.0.0" match="equivalent">
The build.xml generator seems to always look for a plugin with a version
that exactly matches the version attribute, even if match="equivalent" is
set. It fails if it cannot find an exact match. As with the above
example, if I had x.y.z.plugin of version 2.0.1, this would fail, even
though it is "equivalent" to 2.0.0.
Is this a known bug? Is there a workaround besides physically altering
the targeted plugins and changing their version to an (incorrect) back
level?
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.25425 seconds