javac --module-source-path and --patch-module do not work together
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Nov 2 16:57:58 UTC 2016
On 11/02/2016 09:49 AM, Remi Forax wrote:
> I agree that if there is a folder java.base in the module-source-path, it should be used but this is not the case.
> Here, i want to add files to an existing modules (java.base) and those files are in output/classes not in src.
You currently can't add files with --patch-module to a module found with
--module-source-path.
-- Jon
More information about the jigsaw-dev
mailing list