-
14 Mar 2013 4:33 AM #1
CMD v3.1.0.216 and Touch 2.1.1
CMD v3.1.0.216 and Touch 2.1.1
Hi,
I want to expirement with CMD and Touch to build a mobile application.
I am used to ExtJS so familiar with sencha code.
I generated an app structure. Addes 2 views and controllers, some stores and models.
First problem: when I first loaded the "DEV" version, I needed to change the Ext.loader path because it left a non replaced environment variable for the touch sdk:
Ext.Loader.setPath({
'Ext': '../../../../../sencha/touch-2.1.1/${framework.workspace.path}/src',
...
Next, I wanted to test the production and testing builds. So I ran "sencha app build production" and "sencha app build testing" commands.
I see it made the two builds. But there is nothing in the app.js files and the application does nothing in both cases.
Am I missing something ? Do I need to do configurations ?
By the way, I'm on Ubuntu ...
Thanks
-
17 Mar 2013 7:41 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
Touch 2.1 isn't supported with Cmd 3.1. You need to use 3.0 still.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote