Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse + Git, more than just an egit question
Eclipse + Git, more than just an egit question [message #1384025] Tue, 27 May 2014 22:15 Go to next message
Dan Royer is currently offline Dan RoyerFriend
Messages: 9
Registered: May 2014
Junior Member
Loving Eclipse and Java but now I've hit a snag.

I've got a project that's growing more popular every day. The directory I created to hold all my generated content is in git but it doesn't seem to contain the project files with the Build Path, etc.

How do I rearrange things so that the project files are in the git repo? I want other people to be able to clone the repo, Import to Eclipse, and go.

As I understand it egit will do what I've already got, it won't solve the problem.

Am I missing something? Thank you!
Re: Eclipse + Git, more than just an egit question [message #1384030 is a reply to message #1384025] Wed, 28 May 2014 00:59 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
You want to commit the .project and .classpath files, for starters. I also recommend committing the .settings folder if it exists. With those in the repo, you ensure that the project is easily imported into Eclipse without any manual configuration required.
Previous Topic:the annotaion @NonNull is disallowed for this location
Next Topic:How to remove a server adapter/plugin from RAD
Goto Forum:
  


Current Time: Sun Dec 01 20:42:20 GMT 2024

Powered by FUDForum. Page generated in 0.03647 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top