Am 29.01.2011 17:17, schrieb Tobias Oetiker:
> Hoi Stefan,
>
> Today Stefan Meyer wrote:
>
>>
>>> just add
>>>
>>>      "libraries" : {
>>>          "library" : [
>>>          {
>>>            "manifest"   : "contrib://QxDyGraphs/trunk/Manifest.json"
>>>          }]
>>>       },
>>>
>>> to your config.json file and QxDyGraphs will be included
>>> automatically ... no special copying of anything required ...
>>>
>>> cheers
>>> tobi
>>>
>> Hello Tobi,
>>
>> i try it but i get an error now:
>>    Unknown top-level  config key "libraries"  - ignored
>>
>> Where must i add it ? The config.json in my app or in the qoodoo folder?
>
> into your apps config.json
>
>> and where must i copy this
>> contrib://QxDyGraphs/trunk/Manifest.json
>
> under the jobs key
>
> {
>    ...
>
>    "jobs" :
>    {
>       "libraries" : {
>
>>
>> where is this folder?
>
> it gets downloaded into the cache directory
>
>> is this class  compatible on qooxdoo 1.3?
>
Hi Tobi,
i try now this but the  DyGRaph isnt found. I copy the Manifest from the 
  package and rename it to this name.  No other errors but the DyGRaph 
already missing:(


   "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" : "Manifest_QxDyGRaphs.js"
        }]
     }



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to