-
16 Feb 2013 1:33 PM #1
Help with Sencha's Cmd compilator X Asp.net Mvc 3
Help with Sencha's Cmd compilator X Asp.net Mvc 3
Hey Folks,
I'm finding it very difficult to use this tool sencha cmd. I hope you have a colleague who has used the forum and could help me or give me another option.
My application follows this structure in my. NET:
According to the documentation tool Sencha, should I create a build folder to receive the file compiled. Thus created in this way:D:\Folder1\Folder2\Folder3\Folder4\app\
D:\Folder1\Folder2\Folder3\Folder4\app\controller
D:\Folder1\Folder2\Folder3\Folder4\app\model
D:\Folder1\Folder2\Folder3\Folder4\app\lib
D:\Folder1\Folder2\Folder3\Folder4\app\view
D:\Folder1\Folder2\Folder3\Folder4\app\app.js
Compiling and doing just the deploy on my application. NET in IIS, the folder tree looks like this:D:\Folder1\Folder2\Folder3\Folder4\app\build
After properly installing the tool Sencha and according to the documentation, I ran the following command below, but there's an error:C:\inetpub\wwwroot\MyApp
C:\inetpub\wwwroot\MyApp\app\
C:\inetpub\wwwroot\MyApp\app\controller
C:\inetpub\wwwroot\MyApp\app\model
C:\inetpub\wwwroot\MyApp\app\lib
C:\inetpub\wwwroot\MyApp\app\view
C:\inetpub\wwwroot\MyApp\app\app.js
Well, that's it guys, any help will be appreciated, as this topic might help other colleagues.C:\Sencha>sencha generate MyApp D:\Folder1\Folder2\Folder3\Folder4\app
Sencha Cmd v3.0.0.250
[ERR] Expected 2 parameters
C:\Sencha>
hugs
-
19 Feb 2013 1:49 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,682
- Vote Rating
- 435
This command:
should be (change in red):Code:sencha generate MyApp D:\Folder1\Folder2\Folder3\Folder4\app
Code:sencha generate app MyApp D:\Folder1\Folder2\Folder3\Folder4\app
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.
-
20 Feb 2013 9:56 AM #3
-
20 Feb 2013 11:31 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,682
- Vote Rating
- 435
To use Sencha Cmd you must have 4.1.1a, 4.1.2a or 4.1.3+
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.
-
20 Feb 2013 12:11 PM #5
Ok, my version is 4.1.1a and even then the CMD did not work in compiling my application, informed that generated the error. Is there any other option?
hugs
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote