Is it possible to modify the default Run Configuration settings in Eclipse
3.x?
I have a project that requires the working directory to be set to a
non-workspace location, and certain system property settings. It's a chore
to set these up for each JUnit test I want to run. I would like to be able
to modify the run configuration defaults so that each new JUnit run
configuration created gets the proper system property settings and working
directory, etc.
What would be nice to see is a way to edit the default Run Configuration
settings on a per-project basis, so that all new run configurations created
for a certain project inherit the project defaults.
Any suggestions would be appreciated.
Stephen