I am having trouble getting Sencha Cmd to work. I tried to follow the instructions here and here.
My ExtJs directory is located at D:\Users\denni_000\bin\Sencha\Complete\1.0.3.25\ext-4.2.2-ent\ext-4.2.2.44
First, I installed Sencha Cmd to this directory: D:\Users\denni_000\bin\Sencha\Cmd\4.0.1.45
Next, I opened a command prompt at that directory, and ran the command:
sencha -sdk D:\Users\denni_000\bin\Sencha\Complete\1.0.3.25\ext-4.2.2-ent\ext-4.2.2.44 generate app Test E:\Test
So far, all seems okay. This generated a directory at E:\Test. I changed to the E:\Test directory in my command prompt, and ran the following command:
sencha app build
I got the following error:
[ERROR] The current working directory (e:\Test) is not a recognized Sencha SDK or application folder
I don't understand...didn't I just create that application folder? When I browse to the E:\Test directory, it looks the way I would expect it to look. It has the following directories:
- .sencha
- app
- build
- ext
- overrides
- packages
- sass
Each of the directories seems to be populated. The E:\Test directory also has the following files:
- app.js
- app.json
- bootstrap.css
- bootstrap.js
- bootstrap.json
- build.xml
- index.html
- Readme.md