[
https://issues.jboss.org/browse/JBIDE-11436?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11436 at 6/29/15 2:36 PM:
-------------------------------------------------------------
Problems with initial PR:
[^wrong-feature-name-shown-in-p2-install-UI-when-using-license-features.png]
[^wrong-feature-name-shown-when-using-license-features.png]
I think the problem is that the implementation of the license feature.properties simply
COPIES everything in the foundation.licence.feature/\*.properties file into the downstream
one, so we get multiple definitions of *featureName*, and Eclipse reads the last one.
{code}
# "featureName" property - name of the feature
featureName=Arquillian support (Experimental)
...
# "featureName" property - name of the feature
featureName=JBoss Tools License feature
{code}
Solution may be to move some of this metadata from the license feature's .properties
file into its .xml file.
was (Author: nickboldt):
Problems with initial PR:
!wrong-feature-name-shown-in-p2-install-UI-when-using-license-features.png!
!wrong-feature-name-shown-when-using-license-features.png!
I think the problem is that the implementation of the license feature.properties simply
COPIES everything in the foundation.licence.feature/*.properties file into the downstream
one, so we get multiple definitions of *featureName*, and Eclipse reads the last one.
{code}
# "featureName" property - name of the feature
featureName=Arquillian support (Experimental)
...
# "featureName" property - name of the feature
featureName=JBoss Tools License feature
{code}
Solution may be to move some of this metadata from the license feature's .properties
file into its .xml file.
we should use license features
------------------------------
Key: JBIDE-11436
URL:
https://issues.jboss.org/browse/JBIDE-11436
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build
Affects Versions: 4.3.0.Alpha2
Reporter: Max Rydahl Andersen
Assignee: Mickael Istria
Priority: Minor
Fix For: 4.3.0.Beta2
Attachments:
wrong-feature-name-shown-in-p2-install-UI-when-using-license-features.png,
wrong-feature-name-shown-when-using-license-features.png
See
http://relengofthenerds.blogspot.fr/2011/01/implementing-shared-licenses-...
for explanation
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)