On 01/17/2013 04:26 PM, Dietrich Streifert wrote:

> Thank you Thomas, but what do you mean with [<your normal include list>]?
>
> using
>
>       "build-script" :
>       {
>         "packages" : {
>           "parts" : {
>             "boot" : {
>               "include" : ["${APPLICATION}.*"]
>             },
>             "separate-loader" : true
>           }
>         }
>       }
>
> gives a stack trace in generator.py

The "normal" include list for a compile job is 
["${APPLICATION_MAIN_CLASS}", "${QXTHEME}"]. If you haven't overridden 
the "include" key in any of your source or build jobs, you can use this 
value literally.

Ah, and I've added "separate-loader" at the wrong level, sorry (that's 
probably the stack trace). So the entire entry should be:

     "build-script" : {
       "packages" : {
         "parts" : {
           "boot" : {
             "include" : ["${APPLICATION_MAIN_CLASS}", "${QXTHEME}"]
           }
         }
         ,"separate-loader" : true
       }
     }


T.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to