-
3 Apr 2012 6:55 AM #21
I downloaded the latest beta about an hour ago. That's why you see my prior post complaining about the product...
-
3 Apr 2012 6:56 AM #22
The verbose mode shows everything know as well.
-
3 Apr 2012 7:54 AM #23
Adding the '-v' argument to the command line does nothing for me. All I get are multiple blank lines returned.
-
3 Apr 2012 8:05 AM #24
Did you put the -v at the very end that is where I have mine?
LOL the curse of multiple forum names...
And it outputs on screen what it is putting into the jsb3 file.Code:sencha create jsb -a http://localhost/myapp.jsp -p ./test.jsb3 -v
-
3 Apr 2012 8:49 AM #25
Yes, I put the verbose option on the end of the command line.
Here are the two different forms of the command line I've tried executing in my web app's folder:
and thisCode:sencha create jsb -a index.html -p app.jsb3 -v
Also, below if the contents of my app's index.html. Nothing too exotic going on here, other than the inclusion of an app-specific CSS file:Code:sencha create jsb -a http://localhost:8080/myapp/index.html -p ./app.jsb3 -v
In my app.js file, I also have the Ext.Loader configured appropriately:Code:<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Extjs 4 RFP</title> <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css"> <link rel="stylesheet" type="text/css" href="resources/css/myapp.css"> <script type="text/javascript" src="extjs/ext.js"></script> <script type="text/javascript" src="app.js"></script> </head> <body> </body> </html>
Code:Ext.Loader.setConfig({ enabled:true, paths: { 'MyApp': '.', 'MyApp.util': './app/util' } });
-
3 Apr 2012 10:16 AM #26
Logs
Logs
C:\Tomcat\apache-tomcat-7.0.26\webapps\MyApp>sencha create jsb -a http://localhost:8080/MyApp/index.html -p app.jsb3 -V
C:\Program Files\SenchaSDKTools-2.0.0-Beta\bin\..\command\\src\CliOptions.js:210 TypeError: option is null
Execution error in C:\Program Files\SenchaSDKTools-2.0.0-Beta\bin\..\command\sencha.js.
-
3 Apr 2012 12:15 PM #27
-
3 Apr 2012 1:14 PM #28
-
3 Apr 2012 11:05 PM #29
-
3 Apr 2012 11:14 PM #30
Found it in this thread.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote