Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Sep 2009
    Posts
    37
    Vote Rating
    1
    op1op is on a distinguished road

      0  

    Default How to create JSB3 file with Sencha Cmd?

    How to create JSB3 file with Sencha Cmd?


    How to create JSB3 file with Sencha Cmd?

    Sencha Cmd build command can build extjs with a JSB3 file,but how to create JSB3 file?

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,122
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Cmd does not use create jsb files, it doesn't need it. You should require classes in your app and Cmd will figure it out for you if you use it right.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Sep 2009
    Posts
    37
    Vote Rating
    1
    op1op is on a distinguished road

      0  

    Default


    Thank you very much!

    I just want to make a small ext-all file fix to all pages.

    If there are a lot of pages , it may compile difference allclasses ?

  4. #4
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,122
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Depends how you are requiring classes. If you are requiring classes throughout your application classes then the order the classes are put into all-classes.js will be quite reliant between builds.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  5. #5
    Sencha Premium Member
    Join Date
    Nov 2011
    Location
    Netherlands
    Posts
    85
    Vote Rating
    0
    macs is on a distinguished road

      0  

    Default


    sorry i am very confused now. in the docs 2.1.1 it says:

    "Next you will need to generate a jsb file for your app. A jsb file is basically a list of all the classes that your application uses. To do this, use Sencha Cmd as follows:"

    Code:
    sencha create jsb -a index.html -p app.jsb3
    you on the other hand are saying "Cmd does not use create jsb files, it doesn't need it".

    since you are obviously suggesting that the docs are not correct could you please be more specific about how to create the app-all.js now?