Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] LTTng target definition

Hi Francis,

I'm a bit confused by your finding.

I know 'Works for me' is hardly an answer but:
I run the LTTng plug-ins locally on Eclipse 3.8 and 4.2, no problem
- All the feature.xml in the project require org.eclipse.core.runtime >= v3.7.0
e.g.  <import plugin="org.eclipse.core.runtime" version="3.7.0" match="greaterOrEqual"/>
- Patrick just tried installing from the nightly update site on a fresh Indigo SP2 (3.7.2) and it worked OK (admittedly on Windows :-))

By any chance, would you have an earlier version of the source code (like v0.6) in your workspace that could interfere with the update? If so, would you mind rebasing from either 'master' or 'stable-1.0'?

Otherwise, could you provide your configuration (plug-in + versions)?

Regards,
/fc

On Thu, Jun 14, 2012 at 8:57 AM, Francis Giraldeau <francis.giraldeau@xxxxxxxxx> wrote:
Hi,

I would like to build a plug-in based on LTTng. For that purpose, I want
to add to my target platform definition the p2 nightly build of linuxtools.

I have this error message when selecting LTTng feature:

 Missing requirement: LTTNG - Linux Tracing Toolkit 1.0.0.201206120405
(org.eclipse.linuxtools.lttng2.feature.group 1.0.0.20120612040) requires
'org.eclipse.core.runtime 3.7.0' but it could not be found

Indeed, the target platform of my ${eclipse_home} is based on 3.7.2.
Could it be possible to change the dependency requirement as a minimum
version (org.eclipse.core.runtime >= 3.7.0) instead of an exact match
(org.eclipse.core.runtime == 3.7.0)? Hints are welcome.

Thanks!

Francis


_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev




--
Francois

Back to the top