Comments inline after a set directive is not yet possible.

If you add the following 2 lines to test/templates/comment.vm

#set $foo = "bar"  ## foo should be now same as bar
$foo

you will see that this is not yet possible (throws a NPE) and a
parser error in the log file:
Parser Exception: comment.vm : org.apache.velocity.runtime.parser.ParseException: 
Encountered "\n" at line 35, column 5.

:I Christoph

Reply via email to