嗨,我的 ant 构建脚本片段看起来像这样。
<copy todir="${warDir}/WEB-INF/classes">
<fileset dir="${classdir}" includes="**/*.class" />
</copy>
当我对此 build.xml 执行 ant 时收到此错误消息
The <copy> type doesn't support nested text data (" ").
有人能指出我使用 Fedora 16 和 ant 发行版 1.7.0 的问题吗