RE: APT: Issue with adding xml code snippets as Verbatim

2011-09-22 Thread Params
ingle quotes? Following three combinations don't work: #set($varline = '${wf:errorCode(\'wordcount\')}') ${varline} #set($varline = "${wf:errorCode('wordcount')}") ${varline} #set($varline = "${wf:errorCode(\'wordcount\')}") ${varline}

RE: APT: Issue with adding xml code snippets as Verbatim

2011-09-22 Thread Params
ime it says: [ERROR] org.apache.velocity.runtime.parser.ParseException: Encountered "wordcount" at line 11, column 53. Was expecting one of: ... ... "-" ... "+" ... "*" ... "/" ... "%" ... ... ...

APT: Issue with adding xml code snippets as Verbatim

2011-09-22 Thread Params
ike ${queueName} seems to work well. 3) I tried escaping the characters - {, $, :, etc.. but it doesnt work either. 4) I tried using the APT Editor (Eclipse plugin). It does not give any errors on preview, but publishing the .apt using a 'mvn site' still fails. Any help with this will