jawe.net Hlxml
Published: 10/28/2004 15:38:27
 
  jawe.net > sf.netFont size:      
 

Hlxml Command line usage

PDF
PDF

Usage

Change to the program directory (the one where you extracted the distribution package) and type java -jar hlxml.jar --help to get the following output:

 java -jar hlxml.jar [options] [files]
  where options are:
  -h,--help                         display a help text and exit
  -o,--output <Ausgabeverzeichnis>  a directory to write the xml files to
  -p,--parser <Parser Typ>          parser type, currently only cstrike is
                                    supported
            

Parsing a single logfile

Change to the program directory and type:

java -jar hlxml.jar -o /path/to/output-directory /path/to/logfile.log

Parsing all logfiles in a directory

Change to the program directory and type:

java -jar hlxml.jar -o /path/to/output-directory /path/to/logfiles