Bug 358390 - Plugin version ignored
Summary: Plugin version ignored
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Libra (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Holger Staudacher CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 06:39 EDT by Franz-Stefan Mising name CLA
Modified: 2022-02-24 11:24 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Franz-Stefan Mising name CLA 2011-09-21 06:39:37 EDT
Build Identifier: I20110613-1736

The WAR product tooling is always validating against the most recent version of a plugin in case multiple versions of that plugin exist in the target platform.

This is true even when a plugin version is specified via the 'Properties...' button in the 'Configuration' tab.

Reproducible: Always

Steps to Reproduce:
1. Have version 1 and 2 of plugin A in the target platform.
2. Have plugin B that is dependent on version 1 of plugin A.
3. Have plugins A and B in the list of plugins in the 'Configuration' tab.
4. Specify version 1 for plugin A with the 'Properties...' button.
5. Validation will give errors as the validation considers version 2 of plugin A rather than version 1.

A workaround is to remove A:2 from the target platform.
Comment 1 Franz-Stefan Mising name CLA 2011-09-21 06:47:18 EDT
The plugin versions are also ignored when creating a WAR product configuration from a launch configuration (via the 'WAR Product Configuration' wizard).