Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Touch Premium Member
    Join Date
    Jun 2008
    Location
    Germany, Dortmund
    Posts
    197
    Vote Rating
    10
    hschaefer123 will become famous soon enough

      0  

    Default 3.1.1.274 not able to build Sencha Architect EXT JS 4.1.3 project

    3.1.1.274 not able to build Sencha Architect EXT JS 4.1.3 project


    Hi guys,
    i am a little bit frustated.

    I am no more able to build/rebuild my customer project designed inside architect.

    I think the bug relates to the following:
    Sencha Architect is storing app.js inside project root directory, but autogenerated cmd apps
    store app.js inside app dir -> app/app.js

    On "sencha app build" there is a new autogenerated app.js inside app folder!?!

    Currently i am not able to use

    sencha app upgrade -noframework

    to upgrade to latest framework!

    It also seemd CMD is always searching for my App.view.Viewport but inside this App i do not use
    an initial viewport at all! I think there is a hardcoded dependency to have at least an initial viewport.

    So please have a talk to SA dev team how SA projects (and also 4.1.x projects) can be compiled using CMD.

    Cheers Holger

  2. #2
    Touch Premium Member
    Join Date
    Jun 2008
    Location
    Germany, Dortmund
    Posts
    197
    Vote Rating
    10
    hschaefer123 will become famous soon enough

      0  

    Default


    A short update!

    After spending some hours of investigation what is going on i was able to solver the issues!

    1) Sencha Architect uses wrong app.js path!
    SA is writing app.js into root dir.
    CMD needs to solve app.js inside app dir (if not, CMD can not solve autoloaded libraries).

    Also referencing app.js right from index.html makes no difference.

    So maybe this is a bug inside CMD not to allow app.js inside another directory besides app dir
    or this is a need and SA should store app.js inside app dir instead of root.

    2) Update without framework
    For me i got a lot of errors i could not solve with cmd tool.
    So my update procedure is to freshly create a new application skeleton using "sencha generate"
    and the delete project .sencha and ext dir and copy from skeleton app.
    This works with an acceptable effort of time ;-)

    Sencha please can you write a comment on (1) if this is a CMD or SA bug and how this will be fixed.

    Thanks Holger