You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ja...@axxessit.no on 2004/02/12 13:33:02 UTC

How come:

                <echo>${all_fail} div ${total_test}</echo>
                <echo><j:expr value="${all_fail div total_test}"/></echo>
Yields:
    [echo] 5 div 107
    [echo]

I.e.: the output of the j:expr is an empty string?

I'd expect something like 0.0467 - am I wrong?