Hi there, I keep get a WARN and ERR while building my application with `sencha app build`.
First error is;
Code:
[ERR]
[ERR] BUILD FAILED
[ERR] java.lang.RuntimeException: Exception parsing "compression-input"
[ERR] at java.lang.reflect.
[ERR] Method.invoke(Method.java:498)
[ERR]
[ERR] Total time: 42 seconds
[ERR] /Users/frontend/bin/Sencha/Cmd/6.6.0.13/plugin.xml:333: The following error occurred while executing this line:
/Users/frontend/bin/Sencha/Cmd/6.6.0.13/ant/build/app/build-impl.xml:274: The following error occurred while executing this line:
/Users/frontend/bin/Sencha/Cmd/6.6.0.13/ant/build/app/js-impl.xml:186: java.lang.RuntimeException: Exception parsing "compression-input"
[ERR] A log is available in the file "/Users/frontend/Dev/webex/oweb/sencha-error-20181011-2.log"
Here is all LOG file @ https://text-share.com/view/707ae214...N2HQHdvJfrPB9s
And also I keep face a this warn while I tried to solve issue above;
Code:
[WRN] the following remote package repository directories did not initialize properly :
[WRN] - /Users/frontend/bin/Sencha/Cmd/repo/.sencha/repo/remotes/.DS_Store
I've research through Google/Sencha Forums/Stackoverflow for a proper solution or understanding reason for the Error. I've found only a way on CMD documents which says disable transpiler. I did it but then CMD stucks on on line: `JavaScript input level is NEXT and output level is ES5` also doesn't throw error.
And I've reached several Post on here for WARN which advices giving permission to `catalog.json` in Sencha/CMD/repo folder and I did but still warn continues.
Here is app.json @ https://text-share.com/view/7d2a84f6...1K48qQo59m5n6G
What could be reason for `[ERR] java.lang.RuntimeException: Exception parsing "compression-input"` error?
Thanks in advance.
+ There is no error during `sencha app build --development`, `sencha app refresh`
Environment:
- MacOS Sierra v10.12.6
- Java 8 Update 181
- Sencha CMD v6.6.013
- ExtJS 6.5.2
- Sencha Architect 4.2.4.389
What I've tried to overcome [ERR]:
- Setting JS "output" to ES6. Still CMD stucks on `[INF] JavaScript input level is NEXT and output level is ES6` @ https://stackoverflow.com/questions/...array/50531322
Code:
"output": {
"base": "${workspace.build.dir}/${build.environment}/${app.name}/${build.id}",
"page": "../index.html",
"manifest": "../${build.id}.json",
"appCache": {
"enable": false
},
"js": {
"version": "ES6"
}
},
- Tried to increase Java Heap @ https://www.sencha.com/forum/showthr...=1#post1131828
+ increase heap arg on `sencha.cfg @ https://www.sencha.com/forum/showthread.php?251529
Still stucks on `[INF] JavaScript input level is NEXT and output level is ES6` after increase adjustment on System Preference>Java and sencha.cfg