Integrated: 8281104: jar --create should create missing parent directories

Christian Stein cstein at openjdk.java.net
Tue Feb 8 17:57:11 UTC 2022


On Wed, 2 Feb 2022 20:21:54 GMT, Christian Stein <cstein at 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 <cstein at openjdk.org>
Committer: Lance Andersen <lancea at 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


More information about the core-libs-dev mailing list