Jörg Sawatzki wrote:
> Hey folks,
>
> I'm just trying to add some stuff from qooxdoo-contrib to my app.
>
> My config.json includes the following:
> {
>             "manifest" : "contrib://HtmlArea/trunk/Manifest.json",
>             "uri"          : "../cache-downloads/HtmlArea/trunk"
> }
>
> So far, when executing ./generate.py source-all everything works, but
> the download ends up in /tmp/cache/downloads - according to the docs, as
> of 0.8 (I have 0.8.3) the default directory should be "cache-downloads"
> in the project's root.
>   

Not quite (see 
http://qooxdoo.org/documentation/0.8/generator_config_ref#cache):
The documentation says:
"...downloads : .... (default: "${CACHE}/downloads" ...)"
where ${CACHE} resolves to /tmp/cache on your system. It used to be 
./cach-downloads in 0.8. The new value is for 0.8.1 upwards ("0.8" means 
"0.8.0" if you will).

> Setting the cache/downloads key in config.json doesn't change anything.
>   

Setting the "CACHE" macro in the global "let" should allow you to switch 
away from /tmp/cache as the root cache directory. If you want to have 
more control, you have to add a "cache" key to local "source" and 
"build" jobs.

HTH,
T.

> I had a look at tool/pylib/generator/config/Config.py which seems to do
> exactly what it is supposed to do: download that stuff to what is stated
> in cache/downloads and if that is not set, to "cache-downloads"...
>
> Can anybody reproduce that problem and has any idea about it? 
>
> Thanks in advance,
>
> Jörg
>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>   

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to