Ant Type <copy> does not support the problem with nested text data ("")
Hi, my ant build script snippest is as follows.
<copy todir="${warDir}/WEB-INF/classes">
<fileset dir="${classdir}" includes="**/*.class" />
</copy>
I get this error message when I execute ant against this build.xml file
The <copy> type doesn't support nested text data (" ").
Can someone point out the problem I'm using in Fedora 16 and ant distribution 1.7.0
+5