Using latest:
Sencha Cmd v3.1-RC2
Sencha ExtJS 4.2
Sencha Architect 2.2
And, building out workspace so that I can share code between ExtJS and Touch in the following directory structure:
Code:
workspace
|-- common/js
|-- extApp/
|-- app/
|-- touchApp/
|-- app/
When building the extApp application, Sencha Cmd still picks up extApp/app/app.js even though I followed the suggested fix:
Code:
# .sencha/app/sencha.cfg
app.classpath=${app.dir}/app.js,${app.dir}/app
I had to remove extApp/app/app.js and replace it with with a link to extApp/app.js then it worked.
This problem has been stated before with a suggested solution, but no mention of whether it will be incorporated into Sencha Cmd: http://www.sencha.com/forum/showthread.php?254082