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) {
|
||||
// The Runner is the root component
|
||||
try {
|
||||
Logger.getLogger(Runner.class.getName())
|
||||
.fine(() -> "Version: "
|
||||
+ Runner.class.getPackage().getImplementationVersion());
|
||||
CommandLineParser parser = new DefaultParser();
|
||||
// parse the command line arguments
|
||||
final Options options = new Options();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue