Hi all,

it's me again, working on the bad job of migrating our large application from
qooxdoo 0.7.5-pre to qooxdoo 1.0.

Here's my Problem:
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]):

<code class=json>
{
// ...
  "let" :
  {
    "APPLICATION"  : "infodesk",
    "QOOXDOO_PATH" : "../qooxdoo",
    "QOOXDOO_URI"  : "../../../qooxdoo", // <<<<<< HERE
    "QXTHEME"      : "qx.theme.Modern",
    "API_EXCLUDE"  : [ "qx.test.*" ],
    "LOCALES"      : [ "de", "en" ],
    "CACHE"        : "${TMPDIR}/cache",
    "ROOT"         : "."
  },
// ...
}
<code>

But this doesn't do anything in the 0.8.3 environment...
And after looking into the python scripts in the "tools" directory of the
framework I don't think this setting is recognized at all ;)

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?

Regards,

  Peter


[1] http://qooxdoo.org/documentation/0.8/migration_makefile


------------------------------------------------------------------------------
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