RFR: 7903129: jextract does not handle @argfile
Athijegannathan Sundararajan
sundar at openjdk.java.net
Thu Mar 24 17:47:07 UTC 2022
On Thu, 24 Mar 2022 17:08:12 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Missed CommandLine.parse call in JextractTool.run method.
>
> src/main/resources/org/openjdk/jextract/impl/resources/Messages.properties line 25:
>
>> 23:
>> 24: # error message
>> 25: argfile.read.error=reading @argfile failed: {0}
>
> Can the error only occur because of arg file?
Yes. CommandLine.parse
* @throws IOException if there is a problem reading any of the @files
-------------
PR: https://git.openjdk.java.net/jextract/pull/4
More information about the jextract-dev
mailing list