I am trying to get Sencha Cmd 3.1.2 to work with extjs 4.2.1 and extensible 1.5.2.
First off, the library fails to parse with the cmd tools. You cannot use ternary operators and such inside of the "requires" array definition. There are also issues with CalendarMappings and EventMappings, because these are .js files that are used in requires definitions but are not Ext classes (not 100% sure what proper solution is, I just made them into simple classes).
I have patched these files to get passed parsing, but it seems the library still doesn't compile properly with the cmd tools. As my page loads, Extensible.calendar is not defined, so I get errors like : "cannot read property view of undefined".
I have tried to go back and use extensible-all, but then I must load extjs before extensible, and extensible before my app. But my app is compiled with ext...so I have a catch 22.
Any solutions to this predicament? Right now I think I'm forced to use an old version of the build tools to make it happen.
I can provide source code if there is anything that would be helpful.