mirror of
https://github.com/corda/corda.git
synced 2025-03-19 18:45:28 +00:00
* Make fat jar runnable as a client, improve handling of SSH parameters, fix up some dependencies. *Note*: running the fat jar as a server now requires the -s cmd line flag. * Picocli command class * Add additional search paths argument * Rewrite launcher to use PicoCLI arguments * Fix printing of help * fix tools:jmeter:run method to work with the new command line format. * Fix printing of help message without jmeter throwing loads of exceptions around. * Fix comments and add tests for non-trivial command line munging * Code review * Test for generated cmd line when running via gradle. * Rewrite launcher to handle jmeterProperties and rmi server port config explicitly * Modify ssh code to use properties passed in from JMeter launcher main. * Fix test * Transform server rmi local port to new format, fix/test reading. * Fix up jmeter:run to match new command line paramters * Formatting * Include server-rmi.config in jar * Code review