-
7 Mar 2012 7:51 AM #1
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:
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?Code:undefined:0 ReferenceError: Can't find variable: RemoteNs
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:
What does this mean?Code:sh: getcwd() failed: No such file or directory sh: getcwd() failed: No such file or directory
best regards
/jlindbergh
-
7 Mar 2012 10:07 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,684
- Vote Rating
- 435
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.
-
7 Mar 2012 10:16 AM #3
Hmm, any idea as to why that is failing?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote