Can I set a workspace wide setting to add an environment variable to all future launchers created in the workspace?
Use Case
- Our unit tests require an environment variable to guide the test to certain resources.
- the variable varies with each version of our product
Options - modify each junit launcher with the environment variable - create start up script that sets variable and launches eclipse - set globally
Ideally, I'd like to provide a way for users to set it once per workspace.
Does eclipse have a place to set an environment variable for all launchers?
Thanks
Peter