Because <description>Text</description> is handled as CDATA the following construct is not working at the moment:
<description>${myDescription}</description>
Each AntTask is responsible for translating such data (see Ant's Echo-Task).
This fix solves the problem described above
CVS Diff that fixes the description CDATA problem