Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to define a "garage"-folder?
How to define a "garage"-folder? [message #593339] Wed, 18 March 2009 15:22
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
I frequently have projects that contain a few files, that I want keep together with the project but which should - strictly speaking - not be considered part of the project.

In such files I keep e.g. documentation files or code snippets or alternative versions of some files, that may or may not be useful later in the project. I usually create a subfolder called "garage" where I "park" such files.

Now, this is usually not an issue, except occasionally when some builders or other tools try to be too thorough and inspect or even try to compile also files that are not within source-folders. This then causes warnings or even errors, which can then block other build-steps or commands which execute only on error-free projects (like e.g. the compilation/build of dependent projects).

Is there a way to define or mark folders that are NOT to be touched by builders (and in that sense are not part of the project) but are still physically below a project's root directory?

Michael
Previous Topic:how to run bash script programmatically from eclipse plugin
Next Topic:How to get selected ICompletionProposal, mouse event problem
Goto Forum:
  


Current Time: Thu Apr 25 23:21:13 GMT 2024

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

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

Back to the top