Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 339196

Summary: Create a shared run/debug configuration for easy reuse
Product: [Eclipse Project] JDT Reporter: Jan Vitasek <honza.vitasek>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: deepakazad, markus.kell.r
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Jan Vitasek CLA 2011-03-08 06:52:59 EST
Build Identifier: all

As a developer I have to run many JUnit plug-in tests separately. And because of that I need to create a run configuration for each test, but this configuration needs to be slightly different from default one. It needs to add one parameter for permGenSpace. And in order to avoid its repetition all the time I want to create a concept of some kind of SHARE RUN/DEBUG CONFIGURATION where could be specified (e.g. in its new tab) that this configuration could be used for all classes in some plug-in (Eclipse project in workspace) or something similar. It would ease my work a lot.

Reproducible: Always

Steps to Reproduce:
1. User will create and configure Run Configuration
2. User will choose on "Shared for..." tab for which classes should be Run Configuration used
3. In context menu of current java class select Run As -> JUnit Plug-in test
4. Shared configuration will be chosen if this class is defined in some shared configuration
5. Eclipse will run current class with predefined shared configuration
Comment 1 Markus Keller CLA 2011-03-09 06:23:27 EST

*** This bug has been marked as a duplicate of bug 41353 ***