Log version information.
This commit is contained in:
parent
7a3ae1d381
commit
d208917ab7
1 changed files with 3 additions and 0 deletions
|
|
@ -605,6 +605,9 @@ public class Runner extends Component {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
// The Runner is the root component
|
// The Runner is the root component
|
||||||
try {
|
try {
|
||||||
|
Logger.getLogger(Runner.class.getName())
|
||||||
|
.fine(() -> "Version: "
|
||||||
|
+ Runner.class.getPackage().getImplementationVersion());
|
||||||
CommandLineParser parser = new DefaultParser();
|
CommandLineParser parser = new DefaultParser();
|
||||||
// parse the command line arguments
|
// parse the command line arguments
|
||||||
final Options options = new Options();
|
final Options options = new Options();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue