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 eclim, it doesn't know which
plugins are disabled, so it'll compile against whatever it finds
first. You can remove the old plugins from eclipse by running the
following from the eclim source root:

$ ant eclipse.gc

or you can use eclipse directly:

$ /path/to/eclipse -application \
org.eclipse.equinox.p2.garbagecollector.application

> 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 for the methods but it does not appear they are used so...
> 
> 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 source and now am trying to compile/deploy 
> > > it.
> > > It seems to be having issues with pydev which I am investigating.  I was
> > > seeing the same issues on the master version of eclim as well but thought 
> > > it
> > > might have been because I did not have the correct version of eclipse.
> > 
> > What version of pydev do you have? I haven't updated mine in awhile so
> > it's possible that they've changed something since then.
> > 
> > > Tom
> > > 
> > > On Wed, 21 Dec 2016, Eric Van Dewoestine wrote:
> > > 
> > > > 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
> > > > page, but you can still find it on the old sourceforge download page:
> > > > 
> > > > https://sourceforge.net/projects/eclim/files/eclim/2.4.1/
> > > > 
> > > > --
> > > > eric
> > > > 
> > > > --
> > > > You received this message because you are subscribed to the Google 
> > > > Groups "eclim-user" group.
> > > > To unsubscribe from this group and stop receiving emails from it, send 
> > > > an email to eclim-user+unsubscr...@googlegroups.com.
> > > > To post to this group, send email to eclim-user@googlegroups.com.
> > > > Visit this group at https://groups.google.com/group/eclim-user.
> > > > For more options, visit https://groups.google.com/d/optout.
> > > > 
> > 
> > -- 
> > eric
> > 

-- 
eric

-- 
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.


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 for the methods but it does not appear they are used so...


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 source and now am trying to compile/deploy it.
It seems to be having issues with pydev which I am investigating.  I was
seeing the same issues on the master version of eclim as well but thought it
might have been because I did not have the correct version of eclipse.


What version of pydev do you have? I haven't updated mine in awhile so
it's possible that they've changed something since then.


Tom

On Wed, 21 Dec 2016, Eric Van Dewoestine wrote:


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
page, but you can still find it on the old sourceforge download page:

https://sourceforge.net/projects/eclim/files/eclim/2.4.1/

--
eric

--
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.



--
eric



--
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.


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 source and now am trying to compile/deploy it.
It seems to be having issues with pydev which I am investigating.  I was
seeing the same issues on the master version of eclim as well but thought it
might have been because I did not have the correct version of eclipse.


What version of pydev do you have? I haven't updated mine in awhile so
it's possible that they've changed something since then.


Tom

On Wed, 21 Dec 2016, Eric Van Dewoestine wrote:


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
page, but you can still find it on the old sourceforge download page:

https://sourceforge.net/projects/eclim/files/eclim/2.4.1/

--
eric

--
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.



--
eric



--
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.


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
page, but you can still find it on the old sourceforge download page:

https://sourceforge.net/projects/eclim/files/eclim/2.4.1/

-- 
eric

-- 
You received this message because you are subscribed to the Google Groups 
"eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to eclim-user+unsubscr...@googlegroups.com.
To post to this group, send email to eclim-user@googlegroups.com.
Visit this group at https://groups.google.com/group/eclim-user.
For more options, visit https://groups.google.com/d/optout.