-
Bug
-
Resolution: Fixed
-
P3
-
None
-
9-repo-jigsaw
-
None
-
OSX Yosemite
-
x86
-
os_x
jlink checks if the output directory is empty. It should not do this.
1. mkdir foo
2. "foo" directory from finder on MacOSX that creates .DSStore in the foo directory
2. jlink --modulepath ~/source/pull/jake/build/macosx-x86_64-normal-server-fastdebug/images/jmods --output foo --limitmods java.base
3. I get the error:
mitmods java.base
Error: not empty: foo
Usage: jlink <options> --modulepath <modulepath> --output <path>
use --help for a list of possible options
1. mkdir foo
2. "foo" directory from finder on MacOSX that creates .DSStore in the foo directory
2. jlink --modulepath ~/source/pull/jake/build/macosx-x86_64-normal-server-fastdebug/images/jmods --output foo --limitmods java.base
3. I get the error:
mitmods java.base
Error: not empty: foo
Usage: jlink <options> --modulepath <modulepath> --output <path>
use --help for a list of possible options