[JBoss JIRA] (JBIDE-11436) we should use license features
by Nick Boldt (JIRA)
[ 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)
10 years, 9 months
[JBoss JIRA] (JBIDE-18274) AS7/WildFly8/EAP6 with oracle java 7 fails to start when bound to your hostname
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18274?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-18274:
-------------------------------------
[~mmalina] You're going to have to set up a dev-environment and set some breakpoints in the JBT code, because I'm simply unable to replicate this at all. Put breakpoints in WebPortPoller at the locations you'd expect. I'd be happy to be around and assist with your debugging though of course :D
But seriously, this baffles me. Do you have proxy or something enabled in eclipse? or do you have proxy enabled for command-line but not for eclipse? That'd be the first place I'd look.
> AS7/WildFly8/EAP6 with oracle java 7 fails to start when bound to your hostname
> -------------------------------------------------------------------------------
>
> Key: JBIDE-18274
> URL: https://issues.jboss.org/browse/JBIDE-18274
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.3.0.Beta2
>
> Attachments: server-adapter.png, server-editor.png, server-logs.png, server-runtime.png
>
>
> This is a follow up of JBIDE-17935 .
> Previously, Rob fixed this:
> {quote}
> I've surprisingly been able to replicate this and it's a race-condition. I'll need to synchronize some variables in this class here.
> {quote}
> But in this rare case it still fails for me.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-11436) we should use license features
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11436?page=com.atlassian.jira.plugi... ]
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-... for explanation
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months