Hello again,

I installed qooxdoo at :
/usr/local/qooxdoo-0.8.3-sdk

Then put /usr/local/qooxdoo-0.8.3-sdk/tool/bin into the path.
Then ran create-application.py --name tst from inside /var/www/html 
(docroot of web server)
Then changed directory to tst and ran generate.py source-all
If I pull up http://192.168.10.180/tst/source/index.html in my browser I 
get an entry in the error log that goes like this:

[Mon Oct 19 09:53:53 2009] [error] [client 192.168.10.104] File does not 
exist: /var/www/html/usr, referer: 
http://192.168.10.180/tst/source/index.html

generate.py has path:
QOOXDOO_PATH = '../../../../usr/local/qooxdoo-0.8.3-sdk'

config.json has:
  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    }
  ],

  "let" :
  {
    "APPLICATION"  : "tst",
    "QOOXDOO_PATH" : "../../../../usr/local/qooxdoo-0.8.3-sdk",
    "QXTHEME"      : "tst.theme.Theme",
    "API_EXCLUDE"  : ["qx.legacy.*","qx.test.*"],
    "LOCALES"      : [ "en" ],
    "CACHE"        : "${TMPDIR}/cache",
    "ROOT"         : "."
  }

I thought a generated application no longer had dependence on the sdk. 
Must the SDK be accessible from the docroot?

Thanks,
Jared


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to