Re: [eclim-user] Which version of eclim to use with eclipse 4.4 (luna)

2016-12-21 Thread Eric Van Dewoestine
On 2016-12-20 15:30:27, Tom Masterson wrote: > I am using Eclipse 4.4 because it is accessible to the blind which the > newer ones are not. What I need to know is which version of eclim is > needed for this version of Eclipse. You'll need to use eclim 2.4.1 which isn't on the github downloads

Re: [eclim-user] Which version of eclim to use with eclipse 4.4 (luna)

2016-12-21 Thread Tom Masterson
I am using 5.4.0. It looks like something may have changed in the IAnalysisPreferences interface at least that is what the errors imply. Still looking in to it. Tom On Wed, 21 Dec 2016, Eric Van Dewoestine wrote: On 2016-12-21 10:39:00, Tom Masterson wrote: Thanks Eric. I pulled it as

Re: [eclim-user] Which version of eclim to use with eclipse 4.4 (luna)

2016-12-21 Thread Eric Van Dewoestine
On 2016-12-21 15:53:18, Tom Masterson wrote: > I now have eclim working in eclipse 4.4. I found that for some reason > ecmipse had two different versions of pydev installed 3.6 and 5.4. Eclipse keeps old versions around, but disables them, i guess in case you decide to downgrade. When compiling

Re: [eclim-user] Which version of eclim to use with eclipse 4.4 (luna)

2016-12-21 Thread Tom Masterson
I now have eclim working in eclipse 4.4. I found that for some reason ecmipse had two different versions of pydev installed 3.6 and 5.4. The plugin in eclim does not compile against 3.6 and I had to add a couple of overrides on abstract methods to make it work with 5.4. I guessed at returns