http://openjdk.java.net/jtreg/tag-spec.html#DECLARATIVE_TAGS
has outdated docs for @library, while
jtreg -onlineHelp library
gives me:
If an argument is relative (that is, it does not begin with '/'), it will be evaluated relative to the directory containing the test.
If an argument begins with '/', it will first be evaluated relative to the root directory of the test suite. If the result does not identify an existing directory, it will be evaluated against each entry of a search path in turn, until an existing directory is found. The search path is specified by the external.lib.roots entry in the test suite configuration files.
has outdated docs for @library, while
jtreg -onlineHelp library
gives me:
If an argument is relative (that is, it does not begin with '/'), it will be evaluated relative to the directory containing the test.
If an argument begins with '/', it will first be evaluated relative to the root directory of the test suite. If the result does not identify an existing directory, it will be evaluated against each entry of a search path in turn, until an existing directory is found. The search path is specified by the external.lib.roots entry in the test suite configuration files.