Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » .settings folder created in source location, not workspace?
.settings folder created in source location, not workspace? [message #509236] Thu, 21 January 2010 13:20 Go to next message
Eclipse UserFriend
I keep my Eclipse workspace folders separate from the project source code. I just created some project-specific settings for a legacy project (Java 1.5 instead of the default Java6) and Eclipse created the .settings in my primary source folder, not the workspace folder.

Is this a bug?
Re: .settings folder created in source location, not workspace? [message #509540 is a reply to message #509236] Fri, 22 January 2010 08:16 Go to previous message
Eclipse UserFriend
Jim Garrison wrote:
> I keep my Eclipse workspace folders separate from the project source
> code. I just created some project-specific settings for a legacy
> project (Java 1.5 instead of the default Java6) and Eclipse created the
> .settings in my primary source folder, not the workspace folder.
> Is this a bug?

No, it is by design, albeit a not-always-ideal design. The basic idea is that
while the workspace contains machine-specific information (such as hard-coded
paths), the project settings are intended to be checked into version control
along with the code.

Unfortunately not all project settings work very well that way, and there is
always debate over whether a given piece of information (e.g., tab settings)
should be shared by all who use a project or should be specific to a particular
developer or machine. But that's the rationale, anyway.
Previous Topic:Separate ouptut directories
Next Topic:How to hide Errors and Warnings from other (not current) packages/projects on "Problems" t
Goto Forum:
  


Current Time: Sat Mar 15 04:09:37 EDT 2025

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

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

Back to the top