Menu

#1 template file parameter will not accept absolute path

v1.0_(example)
open
nobody
None
5
2007-01-22
2007-01-22
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB