I like to be able to put the CACHE into a 'private' directory therefore I'd liketo use something like:
"CACHE" : "/scratch/qooxdoo-cache/${USERNAME}", in config.json I found that the following patch makes this possible: --- ./pylib/generator/config/Defaults.py~ 2010-05-20 15:19:08.000000000 +0200 +++ ./pylib/generator/config/Defaults.py 2010-05-20 15:19:08.000000000 +0200 @@ -32,5 +32,5 @@ let = { u"TMPDIR" : tempfile.gettempdir(), u"QOOXDOO_VERSION" : getQooxdooVersion(), - u"USER" : os.getenv('USERNAME') + u"USERNAME" : os.getenv('USERNAME') } I have reported this as Bug 3725 cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch t...@oetiker.ch ++41 62 775 9902 / sb: -9900 ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel