As this is a new feature, only releases 3.5-FINAL, 3.6-BETA and 3.7-DEV are concerned.
Now you can call statistics calculation in command line:
java -jar OmegaT.jar --mode=console-calc-stats --stats-mode=(STANDARD|MATCHES|MATCHES_PER_FILE|REVISION) [<project path>]
when you do so, no UI will be opened (so it can run on servers which do not have a screen to start Swing applications), only files will be generated and then the program stops.
This is ideal if you want to use it in scripts.
Contrarily to standard OmegaT, which added this feature recently, this also works for matches statistics and you also can call standard statistics on a directory, it is not necessarily an OmegaT project.
Bugs from StaX filters are also corrected. Since they do not concern 3.4-PROD, this version is not re-published.
Add new comment