On Mon, Jun 14, 2010 at 15:36, thron7 <[email protected]> wrote:

 >
> > Ok, so now how do I specify a non-overwriteable variable in there?
>
> You don't have to. Scalar values are not being overwritten, and the user's
> generator.json is included first, so only explicit settings in the app's
> config.json take preference.
>

Right, I got that, and it's fabulous.

This new question was asking in regarding QOOXDOO_PATH, which is overridden
by config.json. Here's my configure.json file:

{
  "let" :
  {
    "QOOXDOO_PATH" : "/home/derrell/ME/qooxdoo.git/trunk/qooxdoo"
  },

  "jobs" :
  {
    "source-script" :
    {
      "compile-options" :
      {
        "uris" :
        {
          "add-nocache-param" : false
        }
      }
    }
  }
}

The add-nocache-param part works perfectly. The QOOXDOO_PATH part, though,
does not because each config.json file in qooxdoo-contrib has its own
(wrong, for me) QOOXDOO_PATH specified. I need a way to set that path once
for me and have the generator ignore any overrides in the other config.json
files.

Thanks!

Derrell
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to