Withdrawn: 8318971: Better Error Handling for Jar Tool Processing of "@File"
duke
duke at openjdk.org
Tue Mar 5 15:23:55 UTC 2024
On Mon, 30 Oct 2023 16:16:52 GMT, Ryan Wallace <duke at openjdk.org> wrote:
> Hi all,
>
> Please review this fix for jar tool not producing an archive if there is a missing file supplied.
> The current behaviour will recognise missing files as an error but continue processing,
> creating a temporary archive and then deleting it without moving to the current directory.
> The fix is to return false when a missing file is supplied and exit immediately without continuing with any wasted processing.
>
> Thanks,
> Ryan.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/16423
More information about the core-libs-dev
mailing list