Content
Updated by Radovan Semancik 10 days ago
midpoint-quickstart.sh command-line options are not conventional, short and long formats are combined. E.g. -ver should be --version, --ver, -port should be --port and so on.
Also, option parsing is confusing. E.g. "./midpoint-quickstart.sh init -ver devel" does not work (not setting a version). It does not even issue a warning that the option is wrong (wrong position).
Moreover, "./midpoint-quickstart.sh -ver devel init; /midpoint-quickstart.sh up" does not work either, it is still using latest stable version.
Also, option parsing is confusing. E.g. "./midpoint-quickstart.sh init -ver devel" does not work (not setting a version). It does not even issue a warning that the option is wrong (wrong position).
Moreover, "./midpoint-quickstart.sh -ver devel init; /midpoint-quickstart.sh up" does not work either, it is still using latest stable version.