-
8 Mar 2013 1:22 AM #1
How to manage large project with sencha command?
How to manage large project with sencha command?
I see, the sencha command generate each and every apps independently with all required ext framework files and even more with only one theme resources. May be I am not more familiar with sencha command.
I looked into both the single page and multiple pages examples, but I found it won't fit for my scenario.
My requirement is like
somewhat like this. This can be done manually simply. Anyone managing similar projects with sencha commands?Code:approot/ lib/ applications/ MyApp1/ MyApp2/ MyApp3/ utils/ ext/ resources/ themes/ default/ gray/ neptune/
-
10 Mar 2013 8:40 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
So you have tried creating a workspace and apps within the workspace?
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.
-
11 Mar 2013 3:18 AM #3
Thanks, workspace is what I needed. Still the theming is application specific. May be I can use workspace for it too. But I am stuck at the build which seems to be a bug seen somewhere in forum. waiting for newer build after 3.1.0.130
-
16 Mar 2013 12:17 AM #4
In Sencha Cmd 3.1 and Ext JS 4.2, themes are now packages which can be shared by applications in a workspace.
While Cmd 3.1 does support Ext JS 4.1, the new theme packages feature is not supported by Ext JS 4.1.x.
The latest Cmd 3.1 (RC2) supports Ext JS 4.2 GA - http://www.sencha.com/forum/showthre...-Now-AvailableDon Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
23 Apr 2013 1:03 AM #5
Hi even
I am facing same issue
My structure looks like
So my thirdparty will have all extjs lib which will be used by all my projects. Common project will contain all common component.Code:MainProject/ src/ app/ controller/ model/ view/ store/ app.js packages/ saas/ assets/ build.xml Common/ src/ component/ model/ Thirdparty/ libs/ ext-4.2/ src/ build/ ext-4.1.3/ src/ build/
How can i design the build file using sencha cmd 3.1.1.274 & extjs 4.2
Please help
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote