Re: Eclipse no longer content-assists, checks code errors after Subclipse install
skyemoor <[email protected]> Sat, 21 Feb 2015 13:14:17 -0700 (MST)
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <CAKLbKEWCmYESvMafT-xJAM8Dq0g4N_QacKh1VmpJ3rON473VDA@mail.gmail.com> |
------=_Part_1633_42798801.1424550122166 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mark, Your comments are very helpful, thanks. So for option 1, it sounds like I can continue to work on a project, tagging it as I go, able to roll back at any time. For option 2, it sounds like I create a new project for each baseline (?) It sounds like option 1 is the most attractive. I've been making changes to a couple of files, but I plan to insert them into my previous Eclipse project fileset that I saved off in backup, delete the current SVN repository, then check-in the project and move forward from there. Thanks again, Will On Sat, Feb 21, 2015 at 2:52 PM, Mark Phippard-3 [via Tigris - SCM] < [email protected]> wrote: > On Sat, Feb 21, 2015 at 1:19 PM, skyemoor <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=98383&i=0>> 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/ > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://tigris-scm.10930.n7.nabble.com/Eclipse-no-longer-content-assists-checks-code-errors-after-Subclipse-install-tp98382p98383.html > To unsubscribe from Eclipse no longer content-assists, checks code errors > after Subclipse install, click here > <http://tigris-scm.10930.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=98382&code=d2lsbC5zdGV3YXJ0MWFAZ21haWwuY29tfDk4MzgyfDkzMjMzOTg0Nw==> > . > NAML > <http://tigris-scm.10930.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://tigris-scm.10930.n7.nabble.com/Eclipse-no-longer-content-assists-checks-code-errors-after-Subclipse-install-tp98382p98384.html Sent from the subclipse - users mailing list archive at Nabble.com. ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3100390 To unsubscribe from this discussion, e-mail: [[email protected]]. ------=_Part_1633_42798801.1424550122166 Content-Type: text/html; charset=UTF8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div><div><div><div><div><div>Mark,<br><br></div>Your comm= ents are very helpful, thanks.<br><br></div>So for option 1, it sounds like= I can continue to work on a project, tagging it as I go, able to roll back= at any time.<br><br></div>For option 2, it sounds like I create a new proj= ect for each baseline (?)<br><br></div>It sounds like option 1 is the most = attractive. I've been making changes to a couple of files, but I plan t= o insert them into my previous Eclipse project fileset that I saved off in = backup, delete the current SVN repository, then check-in the project and mo= ve forward from there.<br><br></div>Thanks again,<br><br></div>Will<br></di= v><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Sat, Feb 21,= 2015 at 2:52 PM, Mark Phippard-3 [via Tigris - SCM] <span dir=3D"ltr"><= <a href=3D"/user/SendEmail.jtp?type=3Dnode&node=3D98384&i=3D0" target=3D"_t= op" rel=3D"nofollow" link=3D"external">[hidden email]</a>></span> wrote:= <br><blockquote style=3D'border-left:2px solid #CCCCCC;padding:0 1em' class= =3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padd= ing-left:1ex"> =09<div dir=3D"ltr">On Sat, Feb 21, 2015 at 1:19 PM, skyemoor <span dir=3D"= ltr"><<a href=3D"http:///user/SendEmail.jtp?type=3Dnode&node=3D98383= &i=3D0" rel=3D"nofollow" link=3D"external" target=3D"_blank">[hidden em= ail]</a>></span> wrote:<br><div class=3D"gmail_extra"><div class=3D"gmai= l_quote"><blockquote style=3D'border-left:2px solid #CCCCCC;padding:0 1em' = style=3D"border-left:2px solid #cccccc;padding:0 1em" class=3D"gmail_quote"= >After installing Subclipse 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'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 "Simple Project" which just has a basic file and f= older structure but no compilers or other tools connected.</div><span class= =3D"HOEnZb"><font color=3D"#888888"><div>=C2=A0</div></font></span></div><s= pan class=3D"HOEnZb"><font color=3D"#888888"><br clear=3D"all"><div><br></d= iv>-- <br><div>Thanks<br><br>Mark Phippard<br><a href=3D"http://markphip.bl= ogspot.com/" rel=3D"nofollow" link=3D"external" target=3D"_blank">http://ma= rkphip.blogspot.com/</a></div> </font></span></div></div><span class=3D"HOEnZb"><font color=3D"#888888"> =09 =09 =09 =09<br> =09<br> =09<hr color=3D"#cccccc" size=3D"1" noshade> =09<div style=3D"color:#444;font:12px tahoma,geneva,helvetica,arial,sans-se= rif"> =09=09<div style=3D"font-weight:bold">If you reply to this email, your mess= age will be added to the discussion below:</div> =09=09<a href=3D"http://tigris-scm.10930.n7.nabble.com/Eclipse-no-longer-co= ntent-assists-checks-code-errors-after-Subclipse-install-tp98382p98383.html= " target=3D"_blank" rel=3D"nofollow" link=3D"external">http://tigris-scm.10= 930.n7.nabble.com/Eclipse-no-longer-content-assists-checks-code-errors-afte= r-Subclipse-install-tp98382p98383.html</a> =09</div> =09<div style=3D"color:#666;font:11px tahoma,geneva,helvetica,arial,sans-se= rif;margin-top:.4em;line-height:1.5em"> =09=09 =09=09To unsubscribe from Eclipse no longer content-assists, checks code er= rors after Subclipse install, <a href=3D"" target=3D"_blank" rel=3D"nofollo= w" link=3D"external">click here</a>.<br> =09=09<a href=3D"http://tigris-scm.10930.n7.nabble.com/template/NamlServlet= .jtp?macro=3Dmacro_viewer&id=3Dinstant_html%21nabble%3Aemail.naml&b= ase=3Dnabble.naml.namespaces.BasicNamespace-nabble.view.web.template.Nabble= Namespace-nabble.view.web.template.NodeNamespace&breadcrumbs=3Dnotify_s= ubscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_= instant_email%21nabble%3Aemail.naml" rel=3D"nofollow" style=3D"font:9px ser= if" target=3D"_blank" link=3D"external">NAML</a> =09</div></font></span></blockquote></div><br></div> =09 =09 =09 <br/><hr align=3D"left" width=3D"300" /> View this message in context: <a href=3D"http://tigris-scm.10930.n7.nabble.= com/Eclipse-no-longer-content-assists-checks-code-errors-after-Subclipse-in= stall-tp98382p98384.html">Re: Eclipse no longer content-assists, checks cod= e errors after Subclipse install</a><br/> Sent from the <a href=3D"http://tigris-scm.10930.n7.nabble.com/subclipse-us= ers-f60982.html">subclipse - users mailing list archive</a> at Nabble.com.<= br/> ------=_Part_1633_42798801.1424550122166--