首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > Tool for validating apache velocity template files.

Tool for validating apache velocity template files.

资 源 简 介

Project moved to Github: https://github.com/todvora/velocity-validator Java tool for validating apache velocity templates Purpose Simple validation tool for detecting bugs in Apache Velocity templates. It iterates thru directories and validates every .vm file. Errors are printed with filename, error and possible solutions. Usage java -jar velocityvalidator.jar path\_to\_templates `[`-rules=path\_to\_config\_file`]` `[`-verbose`]` path_to_tempates = root directory, where starts detection of templates, it will crawl recursive thru whole subtree of directories path\_to\_config\_file = not mandatory, file, on every line new java regular expression of illegal input. For example #foreach(.`*` as .`*`) [correct one is #foreach(.* in .*)] Examples of incorrect templates

文 件 列 表

velocityvalidator-0.1.3-all
examples
bin
readme.txt
VIP VIP
0.169189s