Questions tagged [sencha-cmd5]
21 questions
6
votes
2 answers
ExtJS 5.1 Build Error (Yui Parse Error)
I use eclipse for ExtJS development,
I am using ant build in eclipse, it uses Sencha cmd.
My project details are
app.framework.version=5.1.0.107
app.cmd.version=5.1.0.26
when I try to build project, it fails with Yui Parse errors, but I couldn't…

AsyncTask
- 419
- 1
- 7
- 24
5
votes
2 answers
Disable caching for ExtJs app
We have a ExtJS 5.01 app built with Sencha cmd 5.0.1.231.
The issue we are facing is that browsers seem to cache the old version of our application. On looking at the network traffic on chrome when our application is served, i can see that app.js,…

player
- 610
- 6
- 15
2
votes
2 answers
Build error compiling ExtJS app using Sencha Cmd v5.1.3.61
My build is failing in my ExtJS 5 project - I am using Ubuntu 15 desktop version.
[ERR] com.sencha.exceptions.ExProcess: Failed creating background process
[ERR] at com.sencha.command.plugin.PluginManager.executeRe
[ERR]…

Abi Net Sf
- 21
- 1
2
votes
0 answers
Sencha Cmd: multiple versions of app.json
I'm looking to release several versions of an app with an identical codebase differing only in the resources packaged. My current approach is keeping one copy of app.json for each different type of deployment, and copying it on top the the app.json…

bwags
- 998
- 9
- 16
1
vote
0 answers
Sencha production build cache issue
This was issue i'm facing check this.
I'm trying to update the existing app with same signed apk key by below command
cordova run android --debug -- --keystore="keystore" --storePassword="pass" --alias="aliasname" --password="pass"
on above…

RED.Skull
- 1,696
- 3
- 24
- 49
1
vote
2 answers
ExtJs minify also external libraries
I'm working with ExtJs 5.1.
I've added some external libraries to the app through app.json, simply using "path": "libPath"
All works fine but when I run
sencha app build production
The cmd try to minify also the external libraries. If minified by…

guest9119
- 211
- 1
- 3
- 8
1
vote
1 answer
Issue with Row Editing Plugin in Extjs
I have a fully working liveSearchGridPanel in ExtJs. Error occurs when I edit any row. What Happens is that if the the updated row has to be resorted like in my case when I change the age of user (I am sorting on basis of age) row goes up or down in…

Abdul Rehman Yawar Khan
- 1,088
- 3
- 17
- 40
1
vote
1 answer
How to configure path to files generated by Sencha CMD in index page
I configured sencha cmd in Maven using mojo plugin. My skeleton project is available here. Project structure looks like below:
The application is the top-level folder of ExtJS application. The /webapp/build/testing/IVehicle is the destination…

fidel150992
- 303
- 5
- 17
1
vote
1 answer
FileSystem root.fullPath return undefined and root.getFile gives "processMessage failed error" in phonegap.js
this is my first question here, so sorry if I'm writing bad my request. I'm creating a project with Sencha Touch 2.4.1 and PhoneGap (my main target is Android), using the command
sencha app build native
to package. To be short, I need to request…

MatteoBelfiori
- 280
- 3
- 13
1
vote
1 answer
Sencha Cmd - How can I change a namespace of existing application
I have an application on ExtJS 5.0.1 (Sencha Cmd 5.0.2) with a namespace Fox (Fox.MainPanel, Fox.ClientsGrid, etc). I need to change name of the application (namespace) to Wolf , and it must be Wolf.MainPanel, Wolf.Utils, Wolf.GridPanel in all of…

ChuckNorris
- 11
- 5
1
vote
0 answers
BUILD FAILED with Sencha CMD
I installed Sencha CMD tool in order to build production app. I went through sencha guidelines: http://docs.sencha.com/cmd/5.x/touch/cmd_app.html and upgraded to new version 2.4.
I'm running Sencha Touch 2.4.0.487, Sencha Cmd 5.0.2.270 with Ruby…

Abdu
- 21
- 4
- 8
1
vote
1 answer
How do I copy ExtJS 5 examples with sencha cmd?
I want to make a web app that is very similar to the extj5 portal example: http://dev.sencha.com/extjs/5.0.0/examples/portal/index.html
I would like to copy it to a different directory and start coding.
Here are the steps I am taking:
1) Copy…

SelfSurgery
- 382
- 3
- 11
1
vote
1 answer
How to change ExtJS theme with Sencha CMD?
Is there any command that let's me change the ExtJS theme to classic? I use ExtJS 5.0.1 and Sencha CMD 5.0.2.
Note: My .sencha\app\sencha.cfg file on line 32 says app.theme=ext-theme-classic.

ilhan
- 8,700
- 35
- 117
- 201
1
vote
1 answer
Generate Android apk from Sencha Touch using Sencha Cmd5 , No error , No output
I have tried to generate android apk from my sencha touch project using sencha cmd 4.0 ,
unfortunately I had faced the error stbuild exited with non zero error code:3 , Since I did not get any meaning about this error code giving by stbuild in…

Sankar Ganesh PMP
- 11,927
- 11
- 57
- 90
0
votes
0 answers
Sencha Themer SCSS resource Integration Issue
I am getting stuck with an issue, i have created a theme with Sencha themer and its integrating well with Architect. But, if we add a SCSS file for putting custom SCSS then that changes are on reflected in my application.
Sencha Architect Version:…

Nitin Sharma
- 21
- 2