Skip to main content

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

My project is also not a simple Hello world.
Can you give use your target file definition.
Here is mine:

<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.babel.nls_eclipse_fr.feature.group" version="4.2.0.v20121120043402"/>
<repository location="http://download.eclipse.org/technology/babel/update-site/R0.10.1/juno"/>
</location>

Jeff


On Tue, May 28, 2013 at 12:01 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
did you check https://bugs.eclipse.org/bugs/show_bug.cgi?id=399966 ?

Jan

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

Hello Jeff,

with some Hello World Stuff it is working too.
Unfortunately my Environment is not "Hello World"
and the Internet Cage that my Current Project is does not make it easier.
So its hard to tell what comes from a crappy environment
and what is the real problem.

Never the less i get error messages like

 "Unable to satisfy dependency from org.eclipse.e4.core.commands.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.core.commands 0.0.0.",
        "Unable to satisfy dependency from org.eclipse.e4.core.contexts.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.core.contexts 0.0.0.",
         "Unable to satisfy dependency from org.eclipse.e4.core.di.extensions.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.core.di.extensions 0.0.0.",
          "Unable to satisfy dependency from org.eclipse.e4.core.di.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.core.di 0.0.0.",
          "Unable to satisfy dependency from org.eclipse.e4.core.services.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.core.services 0.0.0.",
           "Unable to satisfy dependency from org.eclipse.e4.ui.bindings.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.bindings 0.0.0.",
            "Unable to satisfy dependency from org.eclipse.e4.ui.css.core.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.css.core 0.0.0.",
             "Unable to satisfy dependency from org.eclipse.e4.ui.css.swt.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.css.swt 0.0.0.",
              "Unable to satisfy dependency from org.eclipse.e4.ui.css.swt.theme.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.css.swt.theme 0.0.0.",
              "Unable to satisfy dependency from org.eclipse.e4.ui.di.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.di 0.0.0.",
              "Unable to satisfy dependency from org.eclipse.e4.ui.model.workbench.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.model.workbench 0.0.0.",
              "Unable to satisfy dependency from org.eclipse.e4.ui.services.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.services 0.0.0.", "
              Unable to satisfy dependency from org.eclipse.e4.ui.widgets.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.widgets 0.0.0.",
               "Unable to satisfy dependency from org.eclipse.e4.ui.workbench.addons.swt.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.workbench.addons.swt 0.0.0.",
               "Unable to satisfy dependency from org.eclipse.e4.ui.workbench.nl_de 4.2.0.v20121120043402 to bundle org.eclipse.e4.ui.workbench 0.0.0.",
                "Unable to satisfy dependency from org.eclipse.e4.ui.workbench.renderers.swt.nl_de 4.2.0.v20121120043402 to
                bundle org.eclipse.e4.ui.workbench.renderers.swt 0.0.0.",
                 "Unable to satisfy dependency from org.eclipse.e4.ui.workbench.swt.nl_de 4.2.0.v20121120043402
                 to bundle org.eclipse.e4.ui.workbench.swt 0.0.0.",
                  "Unable to satisfy dependency from org.eclipse.e4.ui.workbench3.nl_de 4.2.0.v20121120043402 to
                   bundle org.eclipse.e4.ui.workbench3 0.0.0.",
                   "Unable to satisfy dependency from org.eclipse.jdt.core.compiler.batch.nl_de 4.2.0.v20121120043402

Thanks
Christian


--
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