What is the expected output of
<project> <echo message="Called"/> </project>
Currently I get
Buildfile: src/etc/testcases/core/topleveltasks/nodefault.xml
[echo] Called
[echo] CalledI expected either one "Called" or an error.
I can't reproduce this in a testcase - there it is only produced once so I guess this is something to do with the pseudo target introduced for top-level tasks somehow becoming the default.
Conor
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
