On Wed, 2 Feb 2022 20:21:54 GMT, Christian Stein <cst...@openjdk.org> wrote:
> Calling `jar --create --file a/b/foo.jar INPUT-FILES` should create missing > parent directories (here `a/b`) on the default file system before storing the > JAR file (here `foo.jar`) in the destination directory. This pull request has now been integrated. Changeset: 92f4f40d Author: Christian Stein <cst...@openjdk.org> Committer: Lance Andersen <lan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/92f4f40da6c4ff55c7ed334007c9c6ca0dc15d99 Stats: 128 lines in 3 files changed: 121 ins; 0 del; 7 mod 8281104: jar --create should create missing parent directories Reviewed-by: lancea ------------- PR: https://git.openjdk.java.net/jdk/pull/7327