msew wrote:

> 2) echo out any variable?   <echo message = "$(foo)" />   always seems to
> just echo out the (foo) and not the actual variable    (I am probably doing
> something incorrect but I have no idea what)

<echo message="${foo}" />

Different brackets.

Glenn McAllister

Reply via email to