Re: Eclipse no longer content-assists, checks code errors after Subclipse install

Mark Phippard <[email protected]> Sat, 21 Feb 2015 14:59:07 -0500
Newsgroups gmane.comp.version-control.subversion.subclipse.user
Message-ID <CAHFaGCpaGPGJrcXm8OQMYoAfP9xMoo1PunYw0iBbUzQ1e3BSpw@mail.gmail.com>
------=_Part_1569_1144042008.1424548762738
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

On Sat, Feb 21, 2015 at 1:19 PM, skyemoor <[email protected]> wrote:

> After installing Subclipse and checking out my code, JDT seems to have
> stopped working, and there is no more content assist, LookUpEnvironment,
> and
> other features that the Java perspective has provided before I started
> using
> Subclipse.
>
> I get these errors;
>
>  - Cannot obtain JDT's lookup environment (debug only)
>  - Cannot access LookUpEnvironment by reflection
>  - Exception during code completion
>  --- imageanalytics (note: my project) does not exist
>
> None of the tutorials I looked at mentioned this. Is there a step I need to
> add to finish the transition over to a completed Subclipse install that
> keeps a fully functioning Java perspective?
>

Subclipse does not setup your project for you, it pulls down the files from
your SVN repository.  What most people do is check-in their Eclipse
.project and .classpath files, along with the .settings folder.  Then, when
someone checks out the project it will already be configured.

The other option, is take the option during Checkout to run the Create New
Project wizard. This allows you to choose the Eclipse project type and
configure it as part of the checkout process.

If you not do either of these things then you just get what Eclipse calls a
"Simple Project" which just has a basic file and folder structure but no
compilers or other tools connected.



-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3100385

To unsubscribe from this discussion, e-mail: [[email protected]].
------=_Part_1569_1144042008.1424548762738
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">On Sat, Feb 21, 2015 at 1:19 PM, skyemoor <span dir=3D"ltr=
">&lt;<a href=3D"mailto:[email protected]" target=3D"_blank">will.st=
[email protected]</a>&gt;</span> wrote:<br><div class=3D"gmail_extra"><div =
class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"margin:0 0=
 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">After installing Subcl=
ipse and checking out my code, JDT seems to have<br>
stopped working, and there is no more content assist, LookUpEnvironment, an=
d<br>
other features that the Java perspective has provided before I started usin=
g<br>
Subclipse.<br>
<br>
I get these errors;<br>
<br>
=C2=A0- Cannot obtain JDT&#39;s lookup environment (debug only)<br>
=C2=A0- Cannot access LookUpEnvironment by reflection<br>
=C2=A0- Exception during code completion<br>
=C2=A0--- imageanalytics (note: my project) does not exist<br>
<br>
None of the tutorials I looked at mentioned this. Is there a step I need to=
<br>
add to finish the transition over to a completed Subclipse install that<br>
keeps a fully functioning Java perspective?<br></blockquote><div><br></div>=
<div>Subclipse does not setup your project for you, it pulls down the files=
 from your SVN repository.=C2=A0 What most people do is check-in their Ecli=
pse .project and .classpath files, along with the .settings folder.=C2=A0 T=
hen, when someone checks out the project it will already be configured.</di=
v><div><br></div><div>The other option, is take the option during Checkout =
to run the Create New Project wizard. This allows you to choose the Eclipse=
 project type and configure it as part of the checkout process.</div><div><=
br></div><div>If you not do either of these things then you just get what E=
clipse calls a &quot;Simple Project&quot; which just has a basic file and f=
older structure but no compilers or other tools connected.</div><div>=C2=A0=
</div></div><br clear=3D"all"><div><br></div>-- <br><div class=3D"gmail_sig=
nature">Thanks<br><br>Mark Phippard<br><a href=3D"http://markphip.blogspot.=
com/">http://markphip.blogspot.com/</a></div>
</div></div>

------=_Part_1569_1144042008.1424548762738--