hi,
i'm using jelly in maven and i've come across a problem best illustrated by
this example:
<goal name="teststuff">
<j:set var="seven" value="7"/>
<j:set var="eight" value="8"/>
<echo>${seven < eight}</echo>
<echo>${seven == eight}</echo>
<echo>${7 < 8}</echo>
</goal>
the output of which is:
teststuff:
[echo]
[echo] false
[echo] true
i.e. ${seven < eight} doesn't evaluate to anything, where i expected it
to evaluate to true.
regards,
jamie.
________________________________________________________________________
This e-mail message (including any attachment) is intended only for the personal
use of the recipient(s) named above. This message is confidential and may be
legally privileged. If you are not an intended recipient, you may not review, copy or
distribute this message. If you have received this communication in error, please
notify
us immediately by e-mail and delete the original message.
Any views or opinions expressed in this message are those of the author only.
Furthermore, this message (including any attachment) does not create any legally
binding rights or obligations whatsoever, which may only be created by the exchange
of hard copy documents signed by a duly authorised representative of Hutchison
3G UK Limited.
________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]