My current ExtJs application is built with version 6.2.1.
I installed the new Sencha Cmd 6.5 and also the ExtJS 6.5 framework, on this directory: "D:\TOOLS\Sencha\ext-6.5.0".
But when I launched the upgrade command :
sencha app upgrade -ext -path "D:\TOOLS\Sencha\ext-6.5.0"
First of all I've the following warning:
[WRN] Disabling framework : current version 6.5.0.775 is incompatible with required version 6.2.1.167
And then the build failed on this error
com.sencha.exceptions.ExNotFound: Required property file D:\AllAtrium\trunk\Web\src\trunk\FrontExtJs.sencha\app\$'{'framework.name'}'.properties does not exist
This missing variable is nevertheless declared into the file "MyApp\ext\cmd\sencha.cfg".
How to solve this issue ?
Is there a another way to migrate an app from v6.2 to v6.5 ?
Full log :
Sencha Cmd v6.5.0.180
[WRN] D:\Web\src\trunk\FrontExtJs\.sencha\app contained customized file Microloader_orig.js
[WRN] D:\Web\src\trunk\FrontExtJs\.sencha\app contained customized file sencha.cfg.bak
[WRN] Directory D:\Web\src\trunk\FrontExtJs\.sencha\app could not be removed
[INF] Loading configuration for framework directory: D:\TOOLS\Sencha\ext-6.5.0
[INF] Copying framework to D:\Web\src\trunk\FrontExtJs\ext
[INF] Upgrading to Ext JS 6.x
[INF] Upgrading to sdk at D:\TOOLS\Sencha\ext-6.5.0
[INF] Updating application and workspace from Ext JS 6.2.1.167 / Cmd 6.2.1.29
[WRN] Disabling framework : current version 6.5.0.775 is incompatible with required version 6.2.1.167
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExNotFound: Required property file D:\Web\src\trunk\FrontExtJs\.sencha\app\$'{'framework.name'}'.properties does not exist
[ERR]
[ERR] Total time: 0 seconds
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.BasicException: com.sencha.exceptions.ExNotFound: Required property file D:\Web\src\trunk\FrontExtJs\.sencha\app\$'{'framework.name'}'.properties does not exist
[ERR]
[ERR] Total time: 1 second
[ERR] com.sencha.exceptions.BasicException: com.sencha.exceptions.ExNotFound: Required property file D:\Web\src\trunk\FrontExtJs\.sencha\app\${framework.name}.properties does not exist
[ERR]
[ERR] The application was last modified by an older version of Sencha Cmd (6.2.1.29).
[ERR] Running "sencha app upgrade" may resolve the error described above.
[ERR]