Re: RFR: 8173970: jar tool should have a way to extract to a directory [v10]

2024-10-06 Thread Jaikiran Pai
On Tue, 10 Sep 2024 05:36:17 GMT, Christian Stein wrote: >> Jaikiran Pai has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 20 commits: >> >> - merge latest from master branch >> - merge latest from master branch >> - merge latest

Re: RFR: 8173970: jar tool should have a way to extract to a directory [v10]

2024-09-09 Thread Christian Stein
On Tue, 10 Sep 2024 04:36:42 GMT, Jaikiran Pai wrote: >> Can I please get a review for this patch which proposes to implement the >> enhancement request noted in >> https://bugs.openjdk.java.net/browse/JDK-8173970? >> >> The commit in this PR introduces the `-o` and `--output-dir` option to th

Re: RFR: 8173970: jar tool should have a way to extract to a directory [v10]

2024-09-09 Thread Jaikiran Pai
> Can I please get a review for this patch which proposes to implement the > enhancement request noted in https://bugs.openjdk.java.net/browse/JDK-8173970? > > The commit in this PR introduces the `-o` and `--output-dir` option to the > `jar` command. The option takes a path to a destination dir