[jbosstools-issues] [JBoss JIRA] (JBIDE-11436) we should use license features

Nick Boldt (JIRA) issues at jboss.org
Mon Jun 29 13:32:03 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-11436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-11436:
-------------------------------
    Attachment: wrong-feature-name-shown-in-p2-install-UI-when-using-license-features.png
                wrong-feature-name-shown-when-using-license-features.png


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-with-37m5.html for explanation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list