Running jlink with the following:
jlink --module-path <mod_path> --add-modules <name> --output <out_path> foo
This command succeeds without any warning/error, whatever the additional arguments I give, following "--output <out_path>". Even if it should succeed, at least warning would help to the users.
jlink --module-path <mod_path> --add-modules <name> --output <out_path> foo
This command succeeds without any warning/error, whatever the additional arguments I give, following "--output <out_path>". Even if it should succeed, at least warning would help to the users.
- relates to
-
JDK-8166645 Include locales plugin throws InternalError with "*" specified.
-
- Closed
-