How to call it

De Gentleman
Aller à la navigation Aller à la recherche
La version imprimable n’est plus prise en charge et peut comporter des erreurs de génération. Veuillez mettre à jour les signets de votre navigateur et utiliser à la place la fonction d’impression par défaut de celui-ci.

As for the GUI you will have to type the same command but adding some arguments. To get the list of all available arguments, you will have to type:

java -jar gentleman-xx.x-jar-with-dependencies.jar --help

or:

java -jar gentleman-xx.x-jar-with-dependencies.jar -h

Then, you will obtain the following information or your machine console:

Usage of GENTLEMAN :
-h --help:	GENTLEMAN help [No Args]
-i --input:	XML input file [1 Arg(s)]
-o --output:	save results in specific file names [1 Arg(s)]
-s --store:	store results files in specific directory [1 Arg(s)]
-p --progress:	progress mode to activate gui progress bar [No Args]
-d --debug:	debug mode [No Args]

So, for example, if you have an XML context file named GTM_Test.xml in the local folder, you will have to type:

java -jar gentleman-xx.x-jar-with-dependencies.jar -i GTM_Test.xml