【发布时间】:2014-07-17 17:34:13
【问题描述】:
嗨,我的 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 distribution 1.7.0的问题
【问题讨论】:
标签: ant