> In the good old makefile days the QOOXDOO_URI setting did reflect our 
> directory
> hierarchy:
> 
> <code class=text>
>   QOOXDOO_URI = ../../../qooxdoo
> <code>
> 
> In the config.json I modified the "let/QOOXDOO_URI" setting to the config.json
> (according to this [1]):

QOOXDOO_URI has been removed since 0.8.1 [1]. Hint: You'd better go
through all the release notes along the way :).

> So here's my question: Is there anything that I can do about it? Any config
> setting that I haven't found yet? Or do I have to move my index.html (actually
> it's index.php ;) ) up one directory level to make it work?

There is plenty you can do :). The thing that probably works best for
you is using the 'uri' setting of the 'library' key. So in your
config.json you can have a job like

    "libraries" : {
      "library" : [
        {
          "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json",
          "uri"      : "../../../qooxdoo"
        }
      ]
    }

If you want background info, see [2] for more details (look for the
section Overriding 'uri' settings of a library).

Get back if you get stuck.

T.

[1] http://qooxdoo.org/about/release_notes/0.8.1
[2]
http://qooxdoo.org/documentation/0.8/generator_config_articles#uri_handling

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to