0
我想將phonegap2.7.0與sencha touch2.2.0整合。 我更改build-impl.xml文件以將文件複製到www。sencha2.2.0 + phonegap - build-impl.xml中的錯誤 - 刪除不支持「todir」屬性
<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