[jbosstools-issues] [JBoss JIRA] (JBDS-2044) .eclipseproduct file no longer refers to JBDS

Nick Boldt (JIRA) issues at jboss.org
Mon Jun 6 11:29:00 EDT 2016


    [ https://issues.jboss.org/browse/JBDS-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248435#comment-13248435 ] 

Nick Boldt edited comment on JBDS-2044 at 6/6/16 11:28 AM:
-----------------------------------------------------------

Turns out this PR does nothing because devstudio includes a number of features which depend explicitly on org.eclipse.platform feature, not just the org.eclipse.platform plugin:

{code}
o.e.m2e.wtp.feature
o.e.m2e.jaxrs.feature
o.e.m2e.jpa.feature
o.e.m2e.jsf.feature
o.j.t.maven.cdi.feature
o.j.t.maven.feature
o.j.t.maven.hibernatefeature
o.j.t.maven.project.examples.feature
o.j.t.maven.sourcelookup.feature
o.sonatype.m2e.egit.feature
{code}

So, to prevent our .eclipseproduct file from being overwritten with Eclipse info, we need to have all the above projects stop depending on o.e.platform.feature. 

Is this important enough to bother asking all those projects to fix their feature deps? 

WDYT, [~dgolovin] [~fbricon] ? 


was (Author: nickboldt):
Turns out this PR does nothing because devstudio includes a number of features which depend explicitly on org.eclipse.platform feature, not just the org.eclipse.platform plugin:

{code}
o.e.m2e.wtp.feature
o.e.m2e.jaxrs.feature
o.e.m2e.jpa.feature
o.e.m2e.jsf.feature
o.j.t.maven.cdi.feature
o.j.t.maven.feature
o.j.t.maven.hibernatefeature
o.j.t.maven.project.examples.feature
o.j.t.maven.sourcelookup.feature
o.sonatype.m2e.egit.feature
{code}


> .eclipseproduct file no longer refers to JBDS
> ---------------------------------------------
>
>                 Key: JBDS-2044
>                 URL: https://issues.jboss.org/browse/JBDS-2044
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: installer
>    Affects Versions: 5.0.0.Beta1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Optional
>              Labels: discuss
>             Fix For: 10.1.0.Alpha1
>
>
> Before, with the linux x64 installer (jbdevstudio-product-linux-gtk-x86_64-5.0.0.v201202271832M-H79-Beta1.jar) the .eclipseproduct file read:
> {code}
> name=JBoss Developer Studio
> id=com.jboss.jbds.all
> version=5.0.0.v201202271832M-H79-Beta1
> {code}
> Now, with the universal installer (jbdevstudio-product-universal-5.0.0.v201202271832M-H79-Beta1.jar), it reads:
> {code}
> name=Eclipse Platform
> id=org.eclipse.platform
> version=3.7.0
> {code}
> Latest code in equinox.runtime master branch is located http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/location/EquinoxLocations.java#n270



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list