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

2024-05-16 Thread Jaikiran Pai
On Wed, 8 May 2024 05:37:24 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 the

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

2024-05-16 Thread Jaikiran Pai
On Wed, 8 May 2024 05:37:24 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 the

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

2024-05-07 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