RFR: made maven resource plugin and (un)setDetailedOutputOptions expclicit [v7]
Jiří Vaněk
jvanek at openjdk.org
Thu Jan 11 10:15:06 UTC 2024
> That is still sufferign the https://issues.apache.org/jira/browse/MRESOURCES-237 so the filtering was done. Fitlering is excluding proeprties (as they claim they are ascii) and is adding .class sufix for test classes. Another solution is to use mrp 2.6 which do not suffer the symlinks issue
>
> In both cases, the tests still fail in maven runs, although rummor is, manually it passes (todo, verify)
Jiří Vaněk has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits:
- Returned bin suffix to test classes instead of .class as they confused decompile/compile all tests
- adapted SequenceCallsTests to work with return codes rather then with artificial stdout
- by properly handling static-wide (un)setDetailedOutputOptions fixing case7903558.tests
- Fixed the encoding issues of the non-asci tests
- made maven resource plugin expclicit
That is still sufferign the https://issues.apache.org/jira/browse/MRESOURCES-237
so the filtering was done. Fitlering is excluding proeprties (as they
claim they are ascii) and is adding .class sufix for test classes.
Another solution is to use mrp 2.6 which do not suffer the symlinks
issue
In both cases, the tests still fail in maven runs, although rummor is,
manually it passes (todo, verify)
-------------
Changes: https://git.openjdk.org/asmtools/pull/68/files
Webrev: https://webrevs.openjdk.org/?repo=asmtools&pr=68&range=06
Stats: 168 lines in 9 files changed: 92 ins; 52 del; 24 mod
Patch: https://git.openjdk.org/asmtools/pull/68.diff
Fetch: git fetch https://git.openjdk.org/asmtools.git pull/68/head:pull/68
PR: https://git.openjdk.org/asmtools/pull/68
More information about the asmtools-dev
mailing list