Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho + Babel

Can you tell us what do you import from the Babel repo in your target platform ?

Regards
Jeff


On Tue, May 28, 2013 at 1:17 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
the babel p2 repo has "specially tweaked" p2 metadata which is known to cause problems during build

1. NL fragments have a _non-greedy_ dependency on their host
2. NL features _optionally_ require the plugins they include

See [1] for details.

we can't tell what the problem is as long as you don't provide a sample project with steps to reproduce.

Jan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=399966#c3



-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Christian Dietrich
Sent: Dienstag, 28. Mai 2013 13:13
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Tycho + Babel

Hi,

i did some further digging. my diagnosis was wrong cause of the missleading error messages.
here is the actual problem

(1) i create a target file and set it as target platform in eclipse
(2) i created a category.xml and added all available features.

Unfortunately "all availaible" seem to be more than real available.
There are featues offered that are not really there

I Dont know if this is caused by our crappy nexus setup
or a bug in PDE or tycho. maybe you have an idea.

Here is what i get offered but tycho complains about that it cannot satisfy it

 <feature url="" id="org.eclipse.cvs.source" version="1.3.201.v20130116-085741-7B79FJKAkF7BG7NGE4IAJT"/>
   <feature url="" id="org.eclipse.equinox.executable" version="3.6.0.v20121119-201001-7P7OG2BFLWUl7UnqBnO8V4Of"/>
   <feature url="" id="org.eclipse.equinox.p2.extras.feature.source" version="1.1.0.v20121211-153934-7A6FEcDiVOTg2RYDuZuFz-L2z00w"/>
   <feature url="" id="org.eclipse.equinox.p2.rcp.feature" version="1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd"/>
   <feature url="" id="org.eclipse.equinox.p2.rcp.feature.source" version="1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd"/>
   <feature url="" id="org.eclipse.equinox.p2.user.ui" version="2.2.0.v20121212-204731-62DG9JXTlTj-UXcQ2y3NLn6U4Z3H"/>
   <feature url="" id="org.eclipse.equinox.p2.user.ui.source" version="2.2.0.v20121212-204731-62DG9JXTlTj-UXcQ2y3NLn6U4Z3H"/>
   <feature url="" id="org.eclipse.equinox.server.p2" version="1.2.0.v20121207-192030-7z7_FfpFTy21Yw5Zoc_fljNHu"/>
   <feature url="" id="org.eclipse.help.source" version="1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4"/>
   <feature url="" id="org.eclipse.platform" version="3.8.1.v20130118-180812-9jF7oIBFG8eU2pim-VbIlTuQjY0RWWK3x-bv4I"/>
   <feature url="" id="org.eclipse.platform.source" version="3.8.0.v20120607-071945-9gF7jI7nG5qByXMVdkhRMWBQlF4PnDCLybDCPQ"/>

--
Christian Dietrich (Diplom-Informatiker (BA))
Softwareentwickler / -Architekt

Tel.: +49 (0) 711 / 34 21 91-0
Fax.: +49 (0) 711 / 34 21 91-29
Mobil: +49 (0) 151 / 173969 17
Web: www.itemis.de
Mail: christian.dietrich@xxxxxxxxx
XING: https://www.xing.com/profile/Christian_Dietrich8
Skype: christiandietrich1982
ICQ: 125801794

itemis AG
Niederlassung Süd
Meitnerstr. 10
70563 Stuttgart

Rechtlicher Hinweis:
Registergericht: Amtsgericht Dortmund HRB 20621 | Sitz der Gesellschaft: Lünen
Vorstand: Jens Wagener (Vorsitzender) | Wolfgang Neuhaus | Dr. Georg Pietrek | Jens Trompeter | Sebastian Neus
Aufsichtsrat: Prof. Dr. Burkhard Igel (Vorsitzender) | Stephan Grollmann | Michael Neuhaus

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



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top