I'm trying out Sencha on my Mac but am running into issues. I'm trying to run this under MAMP. Below are my steps:
----------
1. I installed Sencha touch 2.1.1 in the following folder: applications/mamp/htdocs/touch-2.1.1
2. I installed Sencha SDK to: applications/senchasdktools-2.0.0-beta3
3. I installed Sencah CMD to: users/me/bin/sencha
4. Test the install by opening terminal
MacBook-Air:~ me$ cd /Applications/MAMP/htdocs/touch-2.1.1
MacBook-Air:touch-2.1.1 me$ sencha
[WARN] The current working directory (/Applications/MAMP/htdocs/touch-2.1.1) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode.
Sencha Command v2.0.0 Beta 3
Copyright (c) 2012 Sencha Inc.
usage: sencha COMMAND [ARGS]
The available commands are:
build build a JSB project
create bootstrapdata generate boostrap data
create jsb generate a minimal JSB project for an app
create locale generate a template locale file from source
create manifest generate classes manifest
package package your Touch web app into a native bundle
slice theme slice a custom theme's images for IE
See 'sencha help COMMAND' for more information on a specific command.
MacBook-Air:touch-2.1.1 me$ sencha generate app GS ../GS
[ERROR] The current working directory (/Applications/MAMP/htdocs/touch-2.1.1) is not a valid SDK directory. Please 'cd' into a SDK directory before executing this command.
Github Projects: Sencha Cordova Builder enables the automatic creation, building, and running of PhoneGap (Cordova) projects with Sencha Touch.
Am I Sencha Touch Ready? checks your system to determine what you need to do to start Sencha Touch development. If you're having trouble getting up and running, try this out.
Sencha Tools Bridge allows Sencha SDK Tools to co-exist with Sencha Cmd on the same system.
You'd run those commands in a terminal session. When you install Sencha Cmd, it will set an environment variable to where it's installed on your system (that's what that first command is attempting to determine). The second command will show your PATH environment variable.
For example, on my machine, the first command yields:
Github Projects: Sencha Cordova Builder enables the automatic creation, building, and running of PhoneGap (Cordova) projects with Sencha Touch.
Am I Sencha Touch Ready? checks your system to determine what you need to do to start Sencha Touch development. If you're having trouble getting up and running, try this out.
Sencha Tools Bridge allows Sencha SDK Tools to co-exist with Sencha Cmd on the same system.
Github Projects: Sencha Cordova Builder enables the automatic creation, building, and running of PhoneGap (Cordova) projects with Sencha Touch.
Am I Sencha Touch Ready? checks your system to determine what you need to do to start Sencha Touch development. If you're having trouble getting up and running, try this out.
Sencha Tools Bridge allows Sencha SDK Tools to co-exist with Sencha Cmd on the same system.