On Fri, 25 Mar 2022 04:27:55 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Please review a (mostly) resource-file change to improve the message when the > file for an external snippet cannot be found. > > Previously, the code (re)used an existing resource, "File not found". This > resource was used in conjunction with files specified on the command line, > like a help file or a stylesheet file. Thus, little extra context was > needed. > > For external snippets, the underlying problem is less overtly connected to > anything specific on the command line, although the problem may be on the > command line or related to info on the command line. Thus, a new resource is > created specifically for external snippet files, that hints at issues with > (files on) the source path or snippet path. > > The main snippet test is updated. Marked as reviewed by prappo (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7951