template file parameter will not accept absolute path
Status: Alpha
Brought to you by:
youth
When an absolute path of the template file is specified, the program returns a "Template rendering failed: cannot find template" error. For instance, the following command works correctly:
user@host:~/bzstats$ java -jar bzstats.jar /path/to/logfile.txt /path/to/outputfile.html template.vm
While the following code does not work:
user@host:~/bzstats$ java -jar bzstats.jar /path/to/logfile.txt /path/to/outputfile.html /path/to/template.vm
Template rendering failed: Cannot find template: /path/to/template.vm