Skip to main content



      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 18:15 Go to next message
Eclipse UserFriend
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] Tue, 27 May 2014 20:59 Go to previous message
Eclipse UserFriend
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: Fri Apr 18 10:23:21 EDT 2025

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

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

Back to the top