我想sencha app build
與煎茶CMD 6.1.1.76,但我發現:煎茶CMD,升級爲6.0至6.1 IndexOutOfBoundsException異常
BUILD FAILED
[ERR] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[ERR] at com.sencha.command.BasePluginCommands$BasePluginCommand.doExecute(BasePluginCommands.java:97
[ERR])
,並沒有多少人:/
此項目是以前使用6.0.0.92建造的
但我沒有看到煎茶的特定一個CDN http://cdn.sencha.com/cmd/6.0.2.14/release-notes.html
有沒有人能解決這個問題?
運行sencha應用程序升級沒有幫助,ExtJs 5.0在此項目中使用。
而且我得到一個不同的異常,但相同的任務源於它(切片圖像切片impl.xml中內)
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.BasicException: Java heap space
[ERR] at com.sench
[ERR] a.cli.Command.dispatch(Command.java:43)
[ERR]
[ERR] Total time: 30 seconds
[ERR] The following error occurred while executing this line:
/Users/code4jhon/thellookingglass-git/.sencha/app/build-impl.xml:335: The following error occurred while executing this line:
/Users/code4jhon/thellookingglass-git/.sencha/app/slice-impl.xml:370: The following error occurred while executing this line:
/Users/code4jhon/thellookingglass-git/.sencha/app/slice-impl.xml:371: The following error occurred while executing this line:
/Users/code4jhon/thellookingglass-git/.sencha/app/slice-impl.xml:240: com.sencha.exceptions.BasicException: Java heap space
我曾嘗試在一些配置文件,但沒有運氣增加堆大小。
我剛剛花了幾個小時來調試,爲什麼我一直得到java堆空間錯誤......'skip.slice = 1'確實解決了這個問題,但爲什麼我們必須這樣做呢?我沒有使用Ext JS 5.1.1得到這個錯誤......它只在6.0.2中出現。 – incutonez
當我將項目升級到6.02和CMD到我留下這些問題的最新版本時,我無法達到它的底部。如果可能的話,我會推薦。 –
就是這樣,我的Sencha Cmd最新版本(在撰寫本文時爲6.1.3)......它在6.1.2上也失敗了,所以我想我必須在其他時間重新訪問它。 。我在[Sencha論壇](https://www.sencha.com/forum/showthread.php?313404)上有一個帖子,所以如果我在那裏得到回覆,我會更新此主題。 – incutonez