Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339196 - Create a shared run/debug configuration for easy reuse
Summary: Create a shared run/debug configuration for easy reuse
Status: CLOSED DUPLICATE of bug 41353
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 06:52 EST by Jan Vitasek CLA
Modified: 2011-03-09 06:23 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***