sencha-cmd Questions
4
Problem
After update my macOS to Monterrey (12.0.1), I'm with a big problem to start my local projects with ExtJS.
When I execute:
sencha app watch
Get the error:
Sencha Cmd v7.5.0.5
#
# A fatal e...
Nostrum asked 7/12, 2021 at 20:42
2
Solved
Client(Browser) is automatically appending "id" in my JSON which I am sending to server.
Here is my model with proxy:
fields: ['id','title','body'],
idProperty: 'id', // this is the default val...
Dowd asked 9/4, 2015 at 14:56
3
Solved
When running Sencha cmd 6.5, and I get the following error:
[ERR] C2001: Closure Compiler Error (Parse error. undefined label "f") -- compression-input:1:4095
How can I locate the code at comp...
Lepidote asked 26/12, 2017 at 13:58
1
I performed an experiment with sencha cmd version v7.0.0.40:
I made some syntax errors in our ExtJs project sources. Then I ran sencha app build.
There were many errors (like C2001: Closure Compile...
Good asked 29/1, 2020 at 15:35
30
Solved
While running
sencha app build production
I am getting the following error:
Error: Registry key 'Software\JavaSoft\Java Runtime
Environment'\CurrentVersion'
has value '1.8', but '1.7' is...
Aruba asked 17/4, 2015 at 11:8
5
Solved
I'm trying to build extjs5 application with Cmd v5.0.0.160.
I have ruby2.0 installed and sencha cmd on my PATH var.
Here is the error that I get when running sencha app build:
...
[INF] Capturin...
Cephalothorax asked 24/7, 2014 at 9:24
5
C:\wamp\Sencha\Test>sencha app build testing
[ERR] Cannot find file: C:\Program Files\Sencha\Cmd\repo\.sencha\codegen.json
at com.sencha.util.BasicFileSystemHelper.writeFileData(BasicFileSystem...
Callender asked 30/7, 2013 at 10:10
3
Solved
I am not able to build my extjs app using sencha command "sencha app build"
I have recently updated my sencha cmd version to Cmd v6.5.1.240 and extjs version to ext-6.5.0. I also tried updating th...
Holpen asked 2/8, 2017 at 4:15
1
Problem: "Error capturing theme" while building Sencha CMD workspace application for sub-project A (has source files), but sub-project B (no source files) builds fine.
Scenario:
Created new Senc...
Trinitroglycerin asked 1/2, 2015 at 19:1
4
Solved
I installed ExtReact, with examples. When I run
npm start
I get an error:
ERROR in [@extjs/reactor-webpack-plugin]: Error:
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.BasicException: User l...
Chloroplast asked 2/11, 2017 at 12:44
3
Solved
I am trying to build my Sencha app at windows OS but getting this error.
I am trying to use sencha command - sencha app build package, but build is failed.
I already installed ant and compass
C:\x...
Kinnikinnick asked 10/4, 2013 at 10:16
5
Solved
I've made a fresh workspace with the latest sencha cmd 5.0.2.270 and latest ExtJS 5.0.1. Generated an app into in. Wrote a little bit of code.
I generate production build with sencha app build.
T...
Bridgeman asked 10/9, 2014 at 17:29
1
I want to install sencha silently (without GUI) or dialog boxes from my Linux terminal. How to add compass extension component to installation automatically? I've checked sencha help, and there is ...
Jacobjacoba asked 30/8, 2016 at 12:49
1
I have an Extjs 6 workspace with two packages (one for classic and one for modern) and a sample app in it. I have no problem styling the classic package components with the corresponding ui-mixins,...
Capwell asked 22/1, 2016 at 17:26
1
I am trying to build a Sencha app but I am getting the following errors:
[ERR] The following error occurred while executing this line:
/Users/conor/Repositories/POS/pos/.sencha/app/build-impl.xml:...
Jackson asked 6/7, 2015 at 15:11
4
After installing Java 8 JDK on my Windows build server, I'm running into the following error when executing the sencha command:
C:\> sencha
Error: Registry key 'Software\JavaSoft\Java Runtime ...
Clinch asked 5/1, 2015 at 19:6
1
I am trying to build my ExtJS 4.2 application and I am using Sencha Architect 3.1 and Sencha CMD 5.1.1.39 for the OSX.
I was following this tutorial on how to build from the Terminal, and as expect...
Inspiratory asked 15/2, 2015 at 17:7
3
Solved
I have a simple Model/proxy. When I create a object of model to send to server via REST, ExtJs is generating Id and putting its value in my "id" field and that is conflicting with my data.
Is there...
Dingbat asked 10/4, 2015 at 13:7
2
Solved
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 proj...
Langsyne asked 2/1, 2015 at 8:52
3
Solved
I am looking for de facto instructions for packaging and minfying an Ext JS 4 app.
Everything seems to point to the Sencha SDK, but everything around this is targeted at Sencha Touch, and anyway, ...
Offering asked 16/7, 2012 at 8:37
2
Solved
I have been using Sencha touch 2.3 with Sencha Cmd 3 and there has been no issues.
I recently upgraded to Sencha Cmd 4 and generated a new Sencha Touch 2.3 app.
Now, I tried to change the theme b...
Hispid asked 22/10, 2013 at 8:28
2
Solved
I created a theme using the sencha cmd on a dummy app and now I want to use that theme on other applicattion. I've copied the theme folder to my app's packages folder and it's working fine.
I made...
Tarrant asked 25/4, 2013 at 20:33
3
Solved
I have converted my existing ExtJS 4.1.3 application to use the Sencha CMD recommended structure and tools. I created the structure first, then put my existing app JS files at the place where the s...
Stacystadholder asked 7/2, 2013 at 15:57
1
Solved
I've created an application using Ext JS 4. controllers property in my app.js contains only the main controller:
Ext.application({
name: 'MyApp',
appFolder: 'app',
controllers: [
"main.App"
...
Backplate asked 22/1, 2013 at 11:27
1
© 2022 - 2024 — McMap. All rights reserved.