RFR: 8278856: javac documentation does not mention use of Manifest class-path attribute
Jonathan Gibbons
jjg at openjdk.org
Thu May 4 21:29:25 UTC 2023
On Wed, 3 May 2023 01:34:23 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:
>> JAR files appearing in `--class-path` are implicitly scanned for manifest `Class-Path` attributes, but this behavior is not documented.
>>
>> This patch adds a blurb to the `javac(1)` man page.
>
> /😴
@archiecobbs
Regrettably, this is *not* the way/place to document this.
The true source of the man page is upstream in an internal repo. The `.1` file here is a derived file that will get overridden.
See this hint at the top of the file:
> ." Automatically generated by Pandoc 2.19.2
The edit needs to be applied by an Oracle engineer with access to the upstream source. (Sorry about this.)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13332#issuecomment-1535433900
More information about the compiler-dev
mailing list