Hi, [user-question:] Can anyone explain this to me?
I can successfully comment out the following echo-message
<!--
<echo message="hello" />
-->
however, when I try to comment out this
<!--
<echo message="-----" />
-->
ant complains:
BUILD FAILED
build.xml:70: Next character must be ">" terminating comment .
Thanks for any help in advance.
Andreas
