Community
Participate
Working Groups
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
*** This bug has been marked as a duplicate of bug 41353 ***