RFR: 6946: There should be an option to build the agent in the build script [v14]
Miroslav Wengner
mwengner at openjdk.java.net
Mon Jan 11 19:56:59 UTC 2021
On Mon, 11 Jan 2021 19:10:49 GMT, Marcus Hirt <hirt at openjdk.org> wrote:
>> Miroslav Wengner has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 6946: type correction, and error message improvement
>
> build.bat line 44:
>
>> 42: if "%1" == "--packageJmc" goto packageJmc
>> 43: if "%1" == "--packageAgent" goto packageAgent
>> 44: if "%1" == "--clean" goto clean
>
> Lacks the --runAgentExample and the --runAgentConverterExample.
because as I've mentioned above, maybe here can help someone with win machine. to parse properly the java version and base on that execute the agents. I bet the only parsing java version will be separate bat script. I'm not sure wether such option is worth to the effort.
-------------
PR: https://git.openjdk.java.net/jmc/pull/183
More information about the jmc-dev
mailing list