-
21 Mar 2012 8:39 PM #1
Create jsb - no output or file created (Win7 x64)
Create jsb - no output or file created (Win7 x64)
Hi there,
I have an ASP.NET MVC web app which loads my extjs mvc app and I'm trying to create a jsb for deployment purposes using the Windows 2 beta on Windows 7 Enterprises 64-bit. I have installed the tools at C:\Program Files\.
I host my application at a virtual path (/MyApp) so to get to the application the url is simply:
I tried the following command to create the jsb:Code:http://localhost:55169/MyApp/
No output is shown in the console window and no file is generated.Code:sencha create jsb -a http://localhost:55169/MyApp -p app.jsb3 -v
I did try creating an "index.html" page at my application root (tested and works) then running:
But had the same results. Any ideas what I may be doing wrong?Code:sencha create jsb -a http://localhost:55169/MyApp/index.html -p app.jsb3 -v
Thanks.
-
22 Mar 2012 9:03 AM #2
Hello,
I had same issue, I'm not sure 2.x sdk is ready for ExtJs.
try old version of sdk 1.x, it's working with windows and do the job well.
-
22 Mar 2012 10:31 AM #3
Thanks, getting better results with the earlier version.
-
22 Mar 2012 11:42 AM #4
I got 2.0 beta working by installing it into the root of c:\. It isn't liking the c:\Program Files (x86) path. Even though Sencha SDK Tools 1+ had no issues with it. Make sure the install path has no spaces in it.
-
22 Mar 2012 11:56 AM #5
Thanks for the response, I installed the 2.0 beta at:
and still had no output from the create jsb command.Code:C:\SenchaSDKTools-2.0.0-Beta
-
22 Mar 2012 11:34 PM #6
-
23 Mar 2012 6:40 AM #7
I didn't see any messages but the jsb3 file was created.
How are you doing the command lines?
I did this since I'm working with jsp's i cant use index.html.
And it made the jsb file for me. Also are you trying to do an Ext JS project or Sencha Touch?Code:sencha create jsb -a http://localhost:8080/myapp/myapp.jsp -p ./test2.jsb3
Also paste the script lines you have in your index.html.
-
27 Mar 2012 8:23 PM #8
i'm having the same problem also. Anyone got idea?
-
27 Mar 2012 11:21 PM #9
Same problem here.
Same problem here.
Using Win7 64 and installed without spaces.
"sencha create jsb": No jsb created and no output on console. (except som blank rows)
"sencha build": runs but fails on compression. Runs fine if i run ycompressor manually against the created temp-file.
-
28 Mar 2012 6:54 AM #10
It is really touchy about how the html file is it is reading.
I get no jsb file created when I use ext-all.js I have to use ext.js to get the jsb file created.
So again if your having trouble post your html files in this link and I might be able to spot something.
I even have it working with multiple apps.js files in 1 html file.
It lists everything for one app.js then does the next.
So just let me know.

Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote