Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext JS Premium Member
    Join Date
    Feb 2010
    Posts
    22
    Vote Rating
    0
    jlindbergh is on a distinguished road

      0  

    Default sencha create jsb questions [version 1.2.3 on Ubuntu]

    sencha create jsb questions [version 1.2.3 on Ubuntu]


    Hi!
    I'm having trouble running the sencha tools on my project.

    The first issue is the following:
    Code:
    undefined:0 ReferenceError: Can't find variable: RemoteNs
    This is due to using extdirectspring, and the way it works (see http://code.google.com/p/extdirectspring/wiki/Api under "Example"). This works fine in a runtime environment but not when running sencha tools. Is there some way to ignore this error?

    To move along I temporarily commented out the usage of Ext.Direct.addProvider(RemoteNs.REMOTEAPI); (effectively breaking the app), but I still get an error:
    Code:
    sh: getcwd() failed: No such file or directory
    sh: getcwd() failed: No such file or directory
    What does this mean?

    best regards
    /jlindbergh

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,657
    Vote Rating
    435
    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


    getcwd attempts to get the current working directory.
    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.

  3. #3
    Ext JS Premium Member
    Join Date
    Feb 2010
    Posts
    22
    Vote Rating
    0
    jlindbergh is on a distinguished road

      0  

    Default


    Hmm, any idea as to why that is failing?