Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] eclipsecon 2011 demo : tychodemo.bundle.tests FAILURE

Hooops i didn't seen the environment was only for 64bits...
Ok it works now...
Else for my information, how do you see it is an environment problem in the logs?

> BTW there is a newer version of the tutorial from ECE2011:
> http://eclipsecon.org/sessions/building-eclipse-plugins-and-rcp-applications-tycho

Yes this is this version I found...

Thx a lot

Guillaume

-----Message d'origine-----
De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] De la part de Sievers, Jan
Envoyé : mercredi 30 novembre 2011 14:18
À : Tycho user list
Objet : Re: [tycho-user] eclipsecon 2011 demo : tychodemo.bundle.tests FAILURE

that's probably because of the explicit target os/ws/arch environments defined in th parent pom [1]

         <environments>
            <environment>
              <os>linux</os>
              <ws>gtk</ws>
              <arch>x86_64</arch>
            </environment>
            <environment>
              <os>win32</os>
              <ws>win32</ws>
              <arch>x86_64</arch>
            </environment>
          </environments>

Try adding your environment

            <environment>
              <os>win32</os>
              <ws>win32</ws>
              <arch>x86</arch>
            </environment>

or remove the environments altogether so it defaults to the current os/ws/arch.

Regards
Jan

[1] https://github.com/jsievers/tycho-demo/blob/master/tychodemo.parent/pom.xml


-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Helle, Guillaume
Sent: Mittwoch, 30. November 2011 14:08
To: Tycho user list
Subject: [tycho-user] eclipsecon 2011 demo : tychodemo.bundle.tests FAILURE

Hello all,

I just checkout tychodemo from github (https://github.com/jsievers/tycho-demo) on EclipseCon 2011(http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2049) but when I try to build the demo, it fails...

It seems not find SWTError class (???)

Any idea?







This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this message.



Back to the top