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