Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Git for momentics: (7 Items)
   
Git for momentics  
Is there a port of Git for momentics? 
Re: Git for momentics  
Hi,

The Eclipse project provides JGit, a Java implementation of the git client, and EGit, the visual front-end and team 
integration provider for git.  You can find them here:

http://www.eclipse.org/egit
http://www.eclipse.org/jgit

HTH,

Christian


On 2011-11-08, at 12:12 AM, Daniel Pagac wrote:

Is there a port of Git for momentics?



_______________________________________________

General
http://community.qnx.com/sf/go/post89928


Re: Git for momentics  
Hi Christian,

I've had a look at JGIT on the Eclipse website as you point out.
I still don't know if JGIT will work in Momentics though. Have you integrated JGIT with Momentics?



Best regards,
Deniz
Re: Git for momentics  
Hi, Deniz,

I have not, but this is the best Git solution that I know of for Eclipse and I see no reason why it wouldn't integrate 
cleanly into a Momentics distribution.  It should have no dependencies on CDT or any other components that are required 
by Momentics except for the core Eclipse Platform, so I would anticipate no integration difficulties.

Sorry that I can't provide a more definitive answer.

Cheers,

Christian

On 2011-11-15, at 11:36 PM, Deniz Eren wrote:

> Hi Christian,
> 
> I've had a look at JGIT on the Eclipse website as you point out.
> I still don't know if JGIT will work in Momentics though. Have you integrated JGIT with Momentics?
> 
> 
> 
> Best regards,
> Deniz
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post90119
> 
Re: Git for momentics  
Hi Christian,

Thank you. I will try and give it a go.
It just seems like there is a lot of mucking around with Maven + Java JDK + JGIT in order to get the JDK CLI built. I 
haven't even read about how to mary it up with Eclipse after that, let alone Momentics. Would it be a matter of just 
going through the process and installing it somehow; or will I need to do custom Java programming at all would you say? 
I would have thought there would be a simple installer or something...



Best regards,
Deniz
Re: Git for momentics  
Hi, Deniz,

I don't think there should be a need to build anything from source.  The EGit and JGit projects at Eclipse provide 
builds, and they are in the "simultaneous release" published by the Eclipse Foundation every year.

You should be able to install them from the Eclipse Helios release repository:  http://download.eclipse.org/releases/
helios/.  You would need the Momentics IDE version 4.7.2 for this; there are no EGit/JGit releases compatible with IDE 4
.7, which is based on the Eclipse Galileo release.

Cheers,

Christian


On 2011-11-17, at 9:01 PM, Deniz Eren wrote:

> Hi Christian,
> 
> Thank you. I will try and give it a go.
> It just seems like there is a lot of mucking around with Maven + Java JDK + JGIT in order to get the JDK CLI built. I 
haven't even read about how to mary it up with Eclipse after that, let alone Momentics. Would it be a matter of just 
going through the process and installing it somehow; or will I need to do custom Java programming at all would you say? 
I would have thought there would be a simple installer or something...
> 
> 
> 
> Best regards,
> Deniz
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post90179
> 
Re: Git for momentics  
Hi Christian,

Thank you very much for your help,


Best regards,
Deniz