Bug 520601 - [9] Add --add-exports support in Launching
Summary: [9] Add --add-exports support in Launching
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: BETA J9   Edit
Assignee: Sarika Sinha CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-07 02:02 EDT by Sarika Sinha CLA
Modified: 2020-03-02 02:06 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 Sarika Sinha CLA 2017-08-07 02:02:50 EDT
Taking the Launching requirement out of Bug 519444.

This bug will take care of Revamping Classpath tab in Run/Debug Configuration so that users are able to add Modules in Module path/Classpath for Launching.

Users should be able to use
--add-modules <module>(,<module>)*
--limit-modules <module>(,<module>)*
--add-reads <source-module>=<target-module>
--add-exports <source-module>/<package>=<target-module>(,<target-module>)*
Comment 1 Sarika Sinha CLA 2017-08-31 23:35:59 EDT
--patch-module <module>=<file>(<pathsep><file>)* 


As well
Comment 2 Till Brychcy CLA 2017-11-22 03:34:14 EST
(In reply to Sarika Sinha from comment #1)
> --patch-module <module>=<file>(<pathsep><file>)* 
> 
> 
> As well

This relates to Bug 527593 which should take care of automatically adding --patch-module settings for projects with multiple output folders
Comment 3 Eclipse Genie CLA 2020-03-01 05:40:43 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 4 Sarika Sinha CLA 2020-03-02 02:06:09 EST
These have been take care by other bugs.