Sencha CMD, upgrade from 6.0 to 6.1 IndexOutOfBoundsException

I try sencha app buildusing Sencha CMD 6.1.1.76 but I get:

BUILD FAILED
[ERR] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[ERR]   at com.sencha.command.BasePluginCommands$BasePluginCommand.doExecute(BasePluginCommands.java:97
[ERR] )

and not much more: /

this project was previously built using 6.0.0.92

enter image description here

but I do not see this specific one in sencha cdn http://cdn.sencha.com/cmd/6.0.2.14/release-notes.html

I do not think that I am the only one in this problem: https://www.sencha.com/forum/showthread.php?309457-IndexOutOfBoundsException-when-running-sencha-app-build-testing&p=1131708#post1131708 p>

Has anyone been able to overcome this problem?

sencha application update launch does not help, ExtJs 5.0 is used in this project.

I also get another exception, but the same task arises from it (slice-images inside slice-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

, .

+4
2

, , , :

a) css

b) .

, , , :

ext.dir=${workspace.dir}/ext

.sencha/ /sencha.cfg

sencha app build css.

, ... .., , .

ext.dir = ${workspace.dir}/

, , .css , :

#comment out this line
#ext.dir=${workspace.dir}/ext

skip.slice=1

.sencha/app/sencha.cfg

, :

1

2 .css .

"extjs trial" , ...

+2

, , , Sencha Cmd.

Sencha Cmd 6.0.0.92, , -, :

- Sencha Cmd 6.0.0

: 22 2015 .

: 6.0.0.154

, , .

sencha app upgrade --noframework. , ExtJS 5, Sencha Cmd. Sencha Cmd 6.1.x.

, sencha -d app build. , . sencha -d app build >build.log .

, Sencha Cmd .

0

All Articles