Derrell,

the issue is with the default 'build-resources' job that you are using.
You could either create a  resource job per theme, or create one "monster"
resource job that takes care of all of them. The latter could look like
this

"build-resources" : {
  "include" : [
    "qx.theme.Classic",
    "qx.theme.Simple",
    "aristo.Aristo",
    "silverbluetheme.SilverBlueTheme",
    "darktheme.DarkTheme",
    "retrotheme.RetroThemeBlue",
    "retrotheme.RetroThemeRed",
    "retrotheme.RetroThemeDark"
  ]
}

The resource job needs to know the scope of classes to look at, when
trying to find all the resources that need to be copied. This definition
takes advantage of the fact that its "include" key will be merged with the
"include" key from the default build-resources job, which it shadows (and
which already contains the Modern theme).

T.


> I'm successfully creating multiple source versions, with each of many
> themes, including a bunch from contrib. When I try to create the build
> version too, it seems that although the proper theme-specific files are
> built, the theme contrib's resources are not copied, so colors are
> correct,
> but the resource-based decorations are not. What am I missing in my config
> file (attached)?
>
> Thanks,
>
> Derrell
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb_______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to