Hi Geeks
This part in a maven.xml file does fail:
<j:set var="scratch.in" value="${maven.build.dir}/test-scratch"/>
<ant:echo>${scratch.in}</ant:echo>
with this exception:
Root cause
org.apache.commons.jexl.parser.ParseException: Encountered ". in" at
line 1, col
umn 8.
Was expecting one of:
"||" ...
"or" ...
"&&" ...
Can someone tell me why?
It seems that ${scratch.in} and ${scratch.in.test} fails but not
${scratch.in2} and ${scratch.in2.test}.
Thanx - Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]