RFR: 8299335: Monkey Tester Application [v14]
Andy Goryachev
angorya at openjdk.org
Fri Apr 28 23:41:25 UTC 2023
On Fri, 28 Apr 2023 20:28:13 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review comments
>
> tests/manual/monkey/build.xml line 97:
>
>> 95:
>> 96: <!-- build all -->
>> 97: <target name="build-all" depends="compile, copy-resources, make-jar, sha-jar, copy-jar" />
>
> Suggestion: Add a `jar` target that depends on `build-all` (so it can be used as an alias, since most of our apps use that).
added. please check that it does what you requested.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1097#discussion_r1180875794
More information about the openjfx-dev
mailing list