From: Michelle S O. <ms...@ny...> - 2008-07-27 12:23:52
|
Is the IOException because git isn't being found? I had a similar problem because just having git on the path wasn't enough. It should be in an earlier email thread, but to recap I think the fix was sym linking the git commands into /usr/bin. Michelle ----- Original Message ----- From: Andrew Case <ac...@co...> Date: Sunday, July 27, 2008 0:45 am Subject: Re: [Gitclipse-devel] IResource adapters To: Paul Munson Bethe <pm...@ny...> Cc: 'Gitclipse Devel' <git...@li...> > Btw, I've have been working on Move/Delete. It won't hurt to have > more > than one of us working on it though. I've got it calling javagit code > no > problem, but it tends to always die on IOExceptions. I'm suspicious > that > javagit isn't cygwin/git compatible with how paths are handled between > the > two. I've switched over to linux to verify, but as I mentioned in my > > previous email, I run into the NullPointer on 'Share->NYU Git Config', > and > my git projects don't seem to be doing any of this auto-association > that > has been talked about. So I've kind of ran into a bit of a roadblock. > > I'll see what I can do though regardless. > > -- > Drew > > On Fri, 25 Jul 2008, Paul Munson Bethe wrote: > > > Gitclipsers, > > > > Apologies for not making it this week, something came up, and I have > been unable to do much on this for about a week. > > > > Patrick - Excellent work on this. Also, yes to what James > mentioned, we switched to the EPL so that we could import any > subclipse code we felt was relevant. > > > > My plan is to look at this tonight and tomorrow, and try to sum up > what still needs to get done, etc. I may implement move/delete if > Andrew hasn't found time yet. > > > > Michelle - what is the status of commit? > > > > -Paul > > > > > > ----- Original Message ----- > > From: Patrick Winters <pat...@ny...> > > Date: Friday, July 25, 2008 1:17 am > > Subject: Re: [Gitclipse-devel] IResource adapters > > To: 'Gitclipse Devel' <git...@li...> > > > > > >> Sorry to spam with the build and my mail, but I figured this out. > You > >> add a > >> filter to the object contributions. > >> > >> > >>> -----Original Message----- > >>> From: git...@li... [mailto:gitclipse- > >>> dev...@li...] On Behalf Of Patrick Winters > >>> Sent: Friday, July 25, 2008 1:04 AM > >>> To: Gitclipse Devel > >>> Subject: [Gitclipse-devel] IResource adapters > >>> > >>> Hey All, > >>> I think to ensure the UI visibility is correct we need to define > >>> adapters > >>> for IResource types. The UI team menu is based on object > >>> contributions, > >>> when certain objects are selected (IResource, IFile, IFolder) then > they > >>> are > >>> enabled and visible. We want to restrict that to only IGitResource, > >>> IGitFile, and IGitFolder. Has anybody taken a look into how the > >>> adapters > >>> and object contribution work in Subclipse? > >>> -- > >>> Patrick > >>> > >>> > >>> > >>> > >>> > >>> ----------------------------------------------------------------------- > >>> -- > >>> This SF.Net email is sponsored by the Moblin Your Move Developer's > >>> challenge > >>> Build the coolest Linux based applications with Moblin SDK & win great > >>> prizes > >>> Grand prize is a trip for two to an Open Source event anywhere in > the > >>> world > >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >>> _______________________________________________ > >>> Gitclipse-devel mailing list > >>> Git...@li... > >>> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > >> > >> > >> > >> ------------------------------------------------------------------------- > >> This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > >> Build the coolest Linux based applications with Moblin SDK & win great > >> prizes > >> Grand prize is a trip for two to an Open Source event anywhere in the > >> world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >> _______________________________________________ > >> Gitclipse-devel mailing list > >> Git...@li... > >> https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > > Build the coolest Linux based applications with Moblin SDK & win > great prizes > > Grand prize is a trip for two to an Open Source event anywhere in > the world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Gitclipse-devel mailing list > > Git...@li... > > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gitclipse-devel mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-devel |