Skip to content

Not compatible with new Sencha Cmd #22

@Reggino

Description

@Reggino

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions