Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Eclipse Con 2010 Rover example not working
Eclipse Con 2010 Rover example not working [message #575480] Mon, 03 May 2010 16:40 Go to next message
Artur Kronenberg is currently offline Artur KronenbergFriend
Messages: 159
Registered: August 2009
Senior Member
Hi,

I used this link:

http://www.eclipse.org/community/e4RoverMars/getstarted.php

to download the client example of the rover application that was shown at the Eclipse con last month.
I wanted to experiment a little bit with e4 - unfortunately it doesn't compile on my machine.

I tried the latest milestone build, the stable build and the integration build but neither was able to compile the project.

The builder has problems with the apache and xstream projects while trying to build and can't compile the client project. Apparently the annotations used (@PostConstruct, @UIEventHandler) and a couple more classes aren't available.

Is there a working version of that client to start with?

I replaced a couple annotations with annotations of this:

org.eclipse.e4.core.di.annotations.PostConstruct;

and commented out the UIEvents just to see if the product would start but I get an exception saying that there is no ID specified.
If I check plug-in dependencies in the run configuration I get a couple errors. After letting Eclipse resolve them product still isn't starting.

Any help is greatly appreciated.

-- Artur
Re: Eclipse Con 2010 Rover example not working [message #576213 is a reply to message #575480] Tue, 18 May 2010 21:23 Go to previous message
Sebastian is currently offline SebastianFriend
Messages: 61
Registered: March 2010
Member
With one of the last integration builds,
the @org.eclipse.e4.core.di.annotations.PostConstruct annotation
was exchanged to @javax.PostContruct, as far as I've seen.

Secondly @UIEventHandler changed to @UIEventTopic (here, I'm kind of not sure).
It's neccessary to use an @javax.Inject annotation.

Hope this might be a starting point.

Sebastian
Previous Topic:Eclipse Con 2010 Rover example not working
Next Topic:Re: [e4] How to get ready ?
Goto Forum:
  


Current Time: Thu Apr 25 03:45:17 GMT 2024

Powered by FUDForum. Page generated in 0.02582 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top