Success! Looks like we've fixed this one. According to our records the fix was applied for TOUCH-2466 in 2.0.
  1. #1
    Sencha User
    Join Date
    Sep 2010
    Posts
    32
    Vote Rating
    0
    flyingmachete is on a distinguished road

      0  

    Default sencha sdk tools 2 beta not working on windows 7 64bit

    sencha sdk tools 2 beta not working on windows 7 64bit


    Hi All,

    Have been trying to get the sencha sdk tools 2 beta to work on my window 7 64 bit pc, but to no avail!

    Installed in the place suggested by the installer, in "Program Files (x86)". Using the windows powershell , went to where I downloaded the senchatouch 2 SDK and entered "sencha".

    I got Error: \SenchaSDKTools-2.0.0-Beta\bin\ was unexpected at this time.

    L
    ooked on the forum and followed the suggestion to install to "Program Files" instead, so did as suggested and retried to use sencha command (cd into the senchatouch sdk).

    This time got this error The system cannot find the path specified.

    Have tried the sencha.bat files from within the senchatouch SDK (in command/bin and command) but no joy.

    The only success I've had so far is using my local install of nodejs and using that to start the sencha.js file in the command directory in the senchatouch sdk (had to install findit, jasmine-node and uglify-js via npm).
    Only then does it output "Sencha Command v2.0.0 for Sencha Touch 2" and show the help info.

    Not sure if the actual command works (seeing as how it took me this far to get it to actually startup!!), but will give it a go.

    BTW on my ubuntu linux, also been trying to get the sencha command to work. I've also had to the same procedure (but this time created an alias e.g. alias sencha='node /path/to/senchatouch2sdk/command/sencha.js')


    Can anyone help???

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,121
    Vote Rating
    453
    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 mitchellsimoens has much to be proud of

      0  

    Default


    Try to install into Program Files and not Program Files (x86) folder.
    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
    Sencha User
    Join Date
    Mar 2012
    Posts
    12
    Vote Rating
    0
    UnicornCG is on a distinguished road

      0  

    Default


    You need to cd to the place where you installed the sdk, not where you downloaded it.
    Also, if that fails, try to cd to the command folder inside your SDK installation folder, that also worked for me.

  4. #4
    Sencha User
    Join Date
    Sep 2010
    Posts
    32
    Vote Rating
    0
    flyingmachete is on a distinguished road

      0  

    Default


    Thanks for the replies ppl,

    Followed your instructions (installed in Program Files and typed 'sencha' into where the SenchaSDKTools-2.0.0-Beta sdk was installed), but got Error: can not find ..\command\sencha.js ?

    Thanks UnicronCG, cd'ing into the command folder worked and also cd into the bin foldaer worked.

    Do the SenchaSDKTools work with Sencha Touch 2?





  5. #5
    Sencha User
    Join Date
    Sep 2010
    Posts
    32
    Vote Rating
    0
    flyingmachete is on a distinguished road

      0  

    Default


    A quick update: -

    Have tried with windows xp 32bit, when I try "sencha" in the SDK installation folder, I first this error message
    Error: Can not find ..\command\sencha.js
    When I type "sencha" again, the command works.

    This happens when I'm in the SDKtools folder, sencha touch 2 and anywhere else?

  6. #6
    Sencha - Sencha Touch Dev Team Jamie Avins's Avatar
    Join Date
    Mar 2007
    Location
    Redwood City, California
    Posts
    3,659
    Vote Rating
    14
    Jamie Avins is a jewel in the rough Jamie Avins is a jewel in the rough Jamie Avins is a jewel in the rough

      0  

    Default


    Thank you for the3 report, there are some issues with Windows and Sencha Command that we are working on fixing and will have an update shortly which should address the issues.

    Sencha Inc

    Jamie Avins

    @jamieavins

  7. #7
    Sencha User
    Join Date
    Mar 2012
    Posts
    3
    Vote Rating
    0
    FlowwX is on a distinguished road

      0  

    Default sencha sdk works after installation to program files

    sencha sdk works after installation to program files


    Hey guys,

    thanks for the advice installing the sdk into program files (not x86). After installing sdk to this path I run the windows console, typing sencha in and noticed that it works, Great!

    Best regards from
    Hamburg, Germany

  8. #8
    Ext JS Premium Member
    Join Date
    Mar 2011
    Posts
    69
    Vote Rating
    0
    scancubus is on a distinguished road

      0  

    Default


    this isnt working. I type

    sencha create jsb -a http://localhost:8080/fi.ba.web/ -p appBa.jsb3 -v

    Just a couple blank lines and back to my command prompt. Excellent.

    typing "sencha" works fine.....

    sencha build works...luckily I had already created the jsb3. Is this create issue known?

    Extjs 4.1

  9. #9
    Sencha User
    Join Date
    Mar 2012
    Posts
    3
    Vote Rating
    0
    FlowwX is on a distinguished road

      0  

    Default


    To get all the new functionality of sencha sdk, i do the following steps.

    1. go to sencha touch 2.0 folder / not to sdk's installation folder
    2. typing in console from root folder of st2, "command\sencha"

    3. -> now you should gain access to all the new sencha sdk functionality

    best regards

  10. #10
    Sencha User
    Join Date
    Oct 2011
    Posts
    39
    Vote Rating
    0
    dark_night is on a distinguished road

      0  

    Default


    Quote Originally Posted by scancubus View Post
    this isnt working. I type

    sencha create jsb -a http://localhost:8080/fi.ba.web/ -p appBa.jsb3 -v

    Just a couple blank lines and back to my command prompt. Excellent.

    typing "sencha" works fine.....

    sencha build works...luckily I had already created the jsb3. Is this create issue known?

    Extjs 4.1
    I have exact the same problem. I try to create my jsb with "sencha create jsb -a index.html -p app.jsb3" and only get blank lines as output. Same problem if I try it for the kitchensink example.