Questions tagged [sencha-cmd]

For questions related to sencha's command tool.

Sencha Cmd is the cornerstone to build your Sencha application. From scaffolding a new project, to minifying and deploying your application to production, Sencha Cmd provides a full set of lifecycle management features to compliment your Sencha project.

Sencha CMD can be downloaded on Sencha's download site. Installers are available for Mac, Windows and Linux (64 bit, 32 bit).

For more command line options, you can check the Sencha CMD Documentation for Sencha Ext JS or the Documentation for Sencha Touch.

538 questions
0
votes
0 answers

Sencha: building ExtJS project tries to find amd64 jvm on i386 machine

I try to build an ExtJS app with Sencha on Windows (sencha app build comand in cmd). Until today, everything was fine and working properly. Suddenly, this error shows: D:\XXX\XXX>sencha app build Error: could not open…
E_the_Shy
  • 79
  • 1
  • 10
0
votes
1 answer

Sencha Cmd cannot compile app after upgrade to MacOS X 10.9

After upgrading my Mac to MacosX Mavericks I have this issue: MacBook-Pro-Sergey:Komus boooch$ sencha app build Sencha Cmd v4.0.3.74 [INF] [INF] init-plugin: [INF] [INF] cmd-root-plugin.init-properties: [INF] [INF] init-properties: [INF] [INF]…
clarent
  • 347
  • 2
  • 15
0
votes
2 answers

How to use Sencha CMD with Cordova to generate WP8 and Android app

I am using Sencha Touch 2.3.1 with Sencha CMD 4.0.2.67 in conjunction with Cordova 3.4. The purpose of my doing is to know how to use Sencha tools to create the mobile app and then using Sencha CMD + Cordova to build and run on Android and Windows…
Franva
  • 6,565
  • 23
  • 79
  • 144
0
votes
1 answer

How to have java and exec in org.codehaus.mojo exec-maven-plugin?

This is the pom.xml we currently have:
Greg Lafrance
  • 809
  • 15
  • 35
0
votes
2 answers

sencha app generate not working as documented

i executed following command for creating a sample app in extjs. C:\Sencha\apps\HelloExt>sencha -sdk c:\apache-tomcat-7.0.50\webapps\apps\extjs\ext-4.2.1.883 generate app HelloExt . It creates a app named HelloExt at C:\Sencha\apps\HelloExt…
Deepak Patil
  • 285
  • 7
  • 23
0
votes
2 answers

Why am I getting this error while installing Sencha Cmd on linux: Failed to execute default file manager

I'm trying to install latest Sencha Cmd on linux and it is failing. Failed to execute default file manager. I would think an install would be the easy part?
Greg Lafrance
  • 809
  • 15
  • 35
0
votes
1 answer

Is there any way to build native (Android) application using Sencha Cmd on Linux?

I couldn't build native Android application through Sencha Cmd despite I tried different versions including latest one(v4.0.2.67) with Phonegap/Cordova on Linux. Is there any way to build native applications using Sencha Cmd on Linux? Software stack…
talha06
  • 6,206
  • 21
  • 92
  • 147
0
votes
1 answer

IE styling in Sencha Touch

When I load the default ST app in IE10, styling is non-existant even with the following defined in app.json: If I load in Chrome, the styling is present. I have carried out an app refresh too. I'm using ST2.3.1 with cmd 4 "css": [ { …
jaffa
  • 26,770
  • 50
  • 178
  • 289
0
votes
0 answers

If my ExtJS 4.2 sencha build app succeeds, why am I getting error at runtime?

I've been trying to setup using Sencha Cmd for our ExtJS 4.2.2 project, and the build completes successfully, but when I try to run the app I get this: TypeError: comp is null I'm running the testing build, so the app.js is concatenated but not…
Greg Lafrance
  • 809
  • 15
  • 35
0
votes
1 answer

ExtJS 4.2.2 theming guide mentions sencha app build, but use sencha compile ...?

The ExtJS 4.2.2 theming guide mentions sencha app build, but shouldn't we be using sencha compile ...? It seems sencha app build is deprecated, but where can we find a doc with examples on how to use sencha compile with the right options and…
Greg Lafrance
  • 809
  • 15
  • 35
0
votes
1 answer

Why after compressing ExtJS 4.2 app with Sencha Cmd do I get error, "c is undefined"?

I am making changes so we can use Sencha Cmd to minify our code. But when I try to run the app, I'm getting an error: c is undefined Does anyone know why this might be happening? Is it possible this might be due to YUI Compressor obfuscation? If so,…
Greg Lafrance
  • 809
  • 15
  • 35
0
votes
2 answers

Sencha CMD 4 unable to package for iOS

When I try to package my sencha touch app with sencha app package build iosPack.json I get this error : Unable to load PKCS12 identity Here is my iosPack.json : { "applicationName":"XXXXX", "applicationId":"yyyyyyy", …
Cherif
  • 5,223
  • 8
  • 33
  • 54
0
votes
1 answer

Generate Java android project with sencha

My question is: It is possible to generate a java android project structure (with uncompiled classes .java) with Sencha Cmd? I think Sencha Cmd must do that to generate an APK. It's the Android SDK that generate the APK. I need to modify the android…
SteamFire
  • 367
  • 2
  • 14
0
votes
0 answers

Failed to load JSON - Sencha Touch 2

I am trying to refresh my app to show any differences in local host but the sencha CMD seems to not able to find my app.json file in the generated app folder structure. The file is deffinately there as well, but i do not know why it is tripping up…
DrJan-Itor
  • 33
  • 5
0
votes
1 answer

Sencha Cmd 4: minify the javascript code of ExtJS and Sencha Touch

I have developed two applications using ExtJS and Sencha Touch. I would like to minify the JavaScript code and create a single js file for all classes used in the applications (separately, I am trying to minify the code and not to build. My task…