On Thu, Mar 20, 2008 at 12:37 PM, Paul Pcoder <paul.pcoder_at_gmail.com> wrote:
> My irritation began as I realized that my Debug launch configurations
> were not appearing when I opened my project on my other machine. OK,
> fine, I'll figure out where they are stored and put that into SVN too.
> Problem: they are stored underneath the workspace .metadata folder, in a
> subfolder specific to the debug launcher plugin.
> (org.eclipse.debug.core/.launches)
You can change where a launch configuration is stored and put them in
your project tree. Run -> Open Debug Dialog -> select configuration
-> Common tab -> 'Save as' -> select 'Shared file' radio button. The
'Browse' button will become active and show you all of the projects in
your workspace -- you can drill down to whatever directory you like.
I like to put mine in the .settings folder, since other
project-specific configuration files already get dumped in there (e.g.
compiler warnings/errors, code formatter settings, etc).
Our team versions every project setting that we can get away with and
it has been working out well.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-03-20 23:47:28 CET