phonegap2.7.0 を sencha touch2.2.0 に統合したいです。build-impl.xml ファイルを変更して、ファイルを www にコピーします。
<target name="-after-build">
<delete todir="../../android/assets/www"/>
<copy todir="../../android/assets/www">
<fileset dir="${workspace.build.dir}/package"/>
</copy>
</target>
ビルド中にエラーが発生します:
[INF]
[INF] run:
[INF]
[INF] -build:
[INF]
[INF] -after-build:
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.BasicException: delete doesn'''t support the "todir" attribute
[ERR]
[ERR] Total time: 55 seconds
[ERR] com.sencha.exceptions.BasicException: delete doesn't support the "todir" attribute