[jbosstools-dev] Eclipse target platform features

Lucia Jelinkova ljelinko at redhat.com
Fri Jan 13 08:41:54 EST 2012


----- Original Message -----
> >> @Nick: Yes, that is exactly what I was looking for. Thank you.
> >> Please make sure tests in jbosstools svn does not reference that
> >> as the default option to run against!
> >> 
> >> @Max: The case with Tycho tests is that it builds the target
> >> platform only from plugins that are resolved as a dependency in
> >> MANIFEST.MF or pom.xml (in my case features). When I tried to use
> >> just the plugin references I've ended up with maybe 20 references
> >> half of them referenced some deep down JEE eclipse plugins the
> >> tests should really not care about.
> > 
> >> I guess you are talking about full product tests not unit test-
> >> then use the individual features we have and list them.
> > 
> > Sorry, I've forgotten to mention that I am developing SWTBot tests.
> > However, I still think that the UI test should basically reference
> > just the feature under the test and not features like
> > org.eclipse.jst.enterprise_ui.feature.feature.group or
> > org.eclipse.jst.web_core.feature.feature.group.
> 
> This is a wrong assumption :) How do you expect Tycho to figure out
> the proper dependency set if there are no dependencies to it ?

Of course Tycho cannot handle dependencies that are not defined - my assumption however is that if there is a plugin and the plugin cannot successfully be executed without some dependencies, the plugin should define those dependencies. In my case - I am testing portlets in JBT, so I would suppose that either the portlet feature or some feature imported from that feature should reference the Eclipse JEE features if it cannot run without them. 

So my question is, would it be a good idea to add previously mentioned features from Eclipse JEE to the JBT plugin that actually needs it and thus explicitly express the dependency?

> 
> What is missing is a way to tell Tycho to use "everything" from the
> target platform but that will also not always be what you want.
> 
> I've seen musings on tycho-dev/user on this problem but I haven't
> followed through to see what options there is.
>  
> >> And the resulting target platform was different from the
> >> installation the user would have if he / she downloaded Eclipse
> >> and installed JBT to it. That's why I thought that referencing
> >> *.platform.ide feature and the jee feature would solve this
> >> issue.
> > 
> >> No, those are at the wrong level. They are the "product"
> >> definitions from eclipse epp packages.
> > 
> > So do you think it not an issue that the target platform where the
> > SWTBot tests run is not the "normal" Eclipse platform?
> 
> Depends what your test does.
> 
> But yes, I would like to find a way to tell Tycho to *build* against
> this target platform (which is 'everything') and then
> run tests against a set of different target platforms. (i.e. JBDS 5,
> Eclipse Java EE EPP 3.7 and 3.7.1)
> 
> But I don't know if that is possible yet - it would be really useful
> though.
> 
> Maybe raise this question on tycho mailing list to hear how others
> solves this if anything ?

Yes, that is a good advice, thank you.

> 
> /max
>  
> > 
> >> /max
> > 
> >> 
> >> Lucia
> >> 
> >> ----- Original Message -----
> >> From: "Nick Boldt" <nboldt at redhat.com>
> >> To: "Max Rydahl Andersen" <max.andersen at redhat.com>
> >> Cc: "Lucia Jelinkova" <ljelinko at redhat.com>,
> >> jbosstools-dev at lists.jboss.org
> >> Sent: Thursday, January 12, 2012 7:00:42 PM
> >> Subject: Re: [jbosstools-dev] Eclipse target platform features
> >> 
> >> Just realized this is the public jbosstools-dev list, not the
> >> internal
> >> JBDS one. So... if you're not behind the VPN, you can't access
> >> that site.
> >> 
> >> You can however see the same bits here, if you point Eclipse or
> >> JBDS at it:
> >> 
> >> http://devstudio.jboss.com/updates/5.0.0/5.0.0.M5.target-platform/
> >> 
> >> Cheers,
> >> 
> >> Nick
> >> 
> >> On 01/12/2012 12:58 PM, Nick Boldt wrote:
> >>> In addition to the JBT Target Platform site, there's also the
> >>> JBDS
> >>> Target Platform site:
> >>> 
> >>> http://www.qa.jboss.com/binaries/RHDS/updates/jbds-target-platform_3.3.indigo.SR1-M/latest/
> >>> 
> >>> 
> >>> Is that what you were looking for?
> >>> 
> >>> Nick
> >>> 
> >>> 
> >>> On 01/12/2012 12:43 PM, Max Rydahl Andersen wrote:
> >>>>> I am trying to run my SWTBot tests using Maven and Tycho. The
> >>>>> problem
> >>>>> is, that besides feature under test (in my case it is
> >>>>> org.jboss.tools.portlet.feature.feature.group) I need to
> >>>>> reference
> >>>>> also other Eclipse related features:
> >>>>> 
> >>>>> org.eclipse.jst.enterprise_ui.feature.feature.group
> >>>>> org.eclipse.jst.web_core.feature.feature.group
> >>>>> org.eclipse.datatools.enablement.hsqldb.feature.feature.group
> >>>>> 
> >>>>> I also need to specify some plugins where I've not found
> >>>>> corresponding feature:
> >>>>> 
> >>>>> org.eclipse.wst.jsdt.web.core
> >>>>> org.eclipse.wst.jsdt.web.support.jsp
> >>>>> org.eclipse.wst.jsdt.web.ui
> >>>>> 
> >>>>> I'd like to get rid of these dependencies by referencing only
> >>>>> one or
> >>>>> two features - the one of Eclipse itself (so that I can run the
> >>>>> tests
> >>>>> against the full Eclipse installation). I've found in my
> >>>>> 'Eclipse
> >>>>> Java EE IDE for Web
> >>>> 
> >>>> Try to avoid using features as dependencies - use plugins.
> >>>> 
> >>>>> However, on our target platform URL
> >>>>> (http://download.jboss.org/jbosstools/updates/target-platform_3.3.indigo.SR1-M/latest/)
> >>>>> I can find just the first one (although also some JEE features
> >>>>> are
> >>>>> there). Am I just missing it? Would it be possible to change
> >>>>> the
> >>>>> target platform to include both of them?
> >>>> 
> >>>> No, app and platform.ide are product features which is *not*
> >>>> part of
> >>>> our target platform.
> >>>> 
> >>>>> Also, would it be possible to create similar site with JBDS
> >>>>> installation so that we can test against the full product?
> >>>> 
> >>>> Not sure what this means ?
> >>>> 
> >>>> /max
> >>>> http://about.me/maxandersen
> >>>> 
> >>>> 
> >>>> 
> >>>> 
> >>>> _______________________________________________
> >>>> jbosstools-dev mailing list
> >>>> jbosstools-dev at lists.jboss.org
> >>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
> >>> 
> >> 
> >> --
> >> Nick Boldt :: JBoss by Red Hat
> >> Productization Lead :: JBoss Tools & Dev Studio
> >> http://nick.divbyzero.com
> > 
> > /max
> > http://about.me/maxandersen
> > 
> > 
> > 
> 
> /max
> http://about.me/maxandersen
> 
> 
> 
> 


More information about the jbosstools-dev mailing list