Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Touch Premium Member
    Join Date
    Jan 2008
    Location
    Quebec, Canada
    Posts
    116
    Vote Rating
    0
    nbourdeau is on a distinguished road

      0  

    Exclamation 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

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,599
    Vote Rating
    434
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.