Thanks for your great work!
When building a project that contains extjs-boxselect using the new Sencha Cmd [http://www.sencha.com/blog/all-new-sencha-cmd/] , the build fails:
[INFO ] Processing class inheritance graph
[INFO ] Processing instantiation refereces to classes and aliases
[INFO ] Processing source dependencies
[ERROR] Circular requires reference :
.\development\app\app.js ->
.\development\app\controller\ObjectSelect.js ->
.\development\app\form\field\MultipleObjectComboBox.js ->
.\development\ext-addons\form\field\BoxSelect.js ->
.\development\ext-addons\form\field\BoxSelect.js
This is caused by the declaration of both 'Ext.ux.form.field.BoxSelect' and 'Ext.ux.layout.component.field.BoxSelectField' in the same file: sencha cmd can not handle that. Splitting the file in parts should fix this issue.
Thanks for your great work!
When building a project that contains extjs-boxselect using the new Sencha Cmd [http://www.sencha.com/blog/all-new-sencha-cmd/] , the build fails:
[INFO ] Processing class inheritance graph
[INFO ] Processing instantiation refereces to classes and aliases
[INFO ] Processing source dependencies
[ERROR] Circular requires reference :
.\development\app\app.js ->
.\development\app\controller\ObjectSelect.js ->
.\development\app\form\field\MultipleObjectComboBox.js ->
.\development\ext-addons\form\field\BoxSelect.js ->
.\development\ext-addons\form\field\BoxSelect.js
This is caused by the declaration of both 'Ext.ux.form.field.BoxSelect' and 'Ext.ux.layout.component.field.BoxSelectField' in the same file: sencha cmd can not handle that. Splitting the file in parts should fix this issue.