-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
JMC 8.0 Sprint 7 - Last Enh
When starting the build.sh script without options the following output is displayed:
usage: call ./build.sh with the following options: --runTests to run the tests --runUiTests to run the tests including UI tests --packageJmc to package JMC --clean to run maven clean --run to run JMC once it was packaged --help to show this help dialog
The following options are not correct in the help and should be corrected either in the documentation or within the implementation as they don't match:
--runTests vs --test
--runUiTests vs --testUi