Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Eclipse Egit dev

> Hi,
> 
> Has anyone been able to, with reasonable effort, set up fully working
> development environment with Kepler or newer?
> With Juno we could just import the required plugins with the import.
> I can get things up the hard way with kepler by
> manually import each and every plugin from Orbit and elsewhere, but
> then there are a ton of errors because of
> incompatibilities with SWTBot or hamcrest. Is it just me?

Hey Robin,

Yes, I've been using Kepler since it was released.

Have you tried using the "egit-4.3.target" target platform? That works
here. I personally don't install the dependencies into Eclipse itself,
but always use the target platform instead [1].

With an "Eclipse for RCP" as base, the only things I install on top
are SWTBot (for Run As > SWTBot Test), EclEmma and the Execution
Environment descriptions.

Regards,
  Nibor

[1] https://wiki.eclipse.org/EGit/Contributor_Guide#Option_1:_Use_a_Target_Platform


Back to the top