こんにちは、私の 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を使用している問題を指摘できますか