Ops, it isn't working for me :-(

If I run a generate build or source-all, I see this error:

============================================================================
    EXECUTING: SOURCE-ALL::SOURCE-ALL-SCRIPT
============================================================================
>>> Initializing cache...
>>> Scanning libraries...
!!! Invalid include block: [u'adv4seller.*', u'qx.*',
u'adv4seller.Application', u'darktheme.theme.Theme']
Expression gives no results. Malformed entry: darktheme.theme.Theme


Here is my complete config.json:

{
  "name"    : "adv4seller",

  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    },
    {
      "path" : "${QXTRANSFORMER_PATH}/bin/qxtransformer.json"
    }
  ],

  "export" :
  [
    "api",
    "build",
    "clean",
    "distclean",
    "fix",
    "info",
    "inspector",
    "lint",
    "transform",
    "migration",
    "pretty",
    "profiling",
    "source",
    "source-all",
    "test",
    "test-source",
    "translation"
  ],

  "let" :
  {
    "APPLICATION"  : "adv4seller",
    "QOOXDOO_PATH" : "../../../qooxdoo/qooxdoo/qooxdoo",
    //"QXTHEME"      : "adv4seller.theme.Theme",
    //"QXTHEME"      : "qx.theme.Classic",
    "QXTHEME"      : "darktheme.theme.Theme",
    "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*",
"${APPLICATION}.test.*"],
    "LOCALES"      : [ "en" ],
    "CACHE"        : "./cache",
    "ROOT"         : ".",
    "QXTRANSFORMER_PATH": "../../../qooxdoo/qxtransformer/tool/"
  }

  // You only need to edit the remainder of this file, if you want to customize
  // specific jobs, or add own job definitions.

  /*
  "jobs" :
  {
    // Uncomment the following entry to add a contrib or library to your
    // project; make sure to adapt the path to the Manifest.json; if you are
    // using a contrib: library, it will be downloaded into the path specified
    // by the 'cache/downloads' config key
    "libraries" :
    {
      "library" :
      [
        {
          "manifest" : "contrib://DarkTheme/trunk/Manifest.json"
        }
      ]
    },

    // If you want to tweak a job setting, see the following sample where
    // the "format" feature of the "build-script" job is overridden.
    // To see a list of available jobs, invoke 'generate.py x'.
    "build-script" :
    {
      "variants":
      {
        "qx.debug": "on"
      },

      "compile-options" :
      {
        "code" :
        {
          "format" : true
        }
      }
    }
  }
  */
}


2010/9/17 Fritz Zaucker <[email protected]>:
>  "libraries" : {
>   "library" : [  { "manifest" :  "contrib://DarkTheme/trunk/Manifest.json" }
> ]
>  },
>
> and
>
>  "let" : {
>    ...
>    ...
>    "QXTHEME"      : "darktheme.theme.Theme",
>    ...
>    ...
>  }
>
>
> works for me.
>
> Cheers,
> Fritz
>
> On Fri, 17 Sep 2010, Leandro Santiago wrote:
>
>> In fact I've seen any "library include" aren't working for me with
>> manifest.json inclusion only.
>>
>> 2010/9/17 Leandro Santiago <[email protected]>:
>>>
>>> It looks like this:
>>>
>>> "libraries" :
>>>    {
>>>      "library" :
>>>      [
>>>        {
>>>          "manifest" : "../darktheme/Manifest.json"
>>>        }
>>>      ]
>>>    },
>>>
>>> 2010/9/17 thron7 <[email protected]>:
>>>>
>>>>
>>>>> config.json). So I'm trying to include DaktTheme library. I've added a
>>>>> new block in the jobs.libraries.library and changed the theme to
>>>>
>>>> What does this entry in the "library" key look like?
>>>>
>>>> T.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> qooxdoo-devel mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>>
>>>
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
>
> --
> Oetiker+Partner AG              tel: +41 62 775 9903 (direct)
> Fritz Zaucker                        +41 62 775 9900 (switch board)
> Aarweg 15                            +41 79 675 0630 (mobile)
> CH-4600 Olten                   fax: +41 62 775 9905
> Schweiz                         web: www.oetiker.ch
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to