RFR: 6946: There should be an option to build the agent in the build script [v14]

Miroslav Wengner mwengner at openjdk.java.net
Tue Jan 12 10:23:55 UTC 2021


On Mon, 11 Jan 2021 19:54:08 GMT, Miroslav Wengner <mwengner at openjdk.org> wrote:

>> 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.

I've add one for java 11, i think it should be fine as you've said.

-------------

PR: https://git.openjdk.java.net/jmc/pull/183


More information about the jmc-dev mailing list