Hi Gabi, The only part commented in commented in config.json "jobs" is PHP JSON-RPC server. This is because if I don't comment this part of config.json when i generate.py source, I have the following error: "Terminating on terminal exception (RuntimeError())" My config.json is: { "name" : "access",
"include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" }, { "path" : "${QXTRANSFORMER_PATH}/bin/qxtransformer.json" } ], "export" : [ "api", "build", "clean", "distclean", "fix", "inspector", "lint", "migration", "pretty", "profiling", "source", "source-all", "test", "test-source", "translation", // QxTransformer "transform" ], "let" : { "APPLICATION" : "access", "QOOXDOO_PATH" : "../../../../../qooxdoo/", "QXTHEME" : "qx.theme.Modern", "API_EXCLUDE" : ["qx.legacy.*","qx.test.*"], "LOCALES" : [ "en" ], "ROOT" : ".", // Contributions: download them from the repository (a) // or use absolute path to an existing checkout (b) // a) //"CONTRIB_PATH" : "contrib", //"CONTRIB_LIB" : "contrib:/", // b) "CONTRIB_PATH" : "../../../..", "CONTRIB_LIB" : "${CONTRIB_PATH}", // QxTransformer "PYTHON" : "python", "QXTRANSFORMER_PATH": "${CONTRIB_PATH}/QxTransformer/trunk/tool" }, "jobs" : { "libraries" : { "library" : [ // QxTransformer { "manifest" : "${CONTRIB_LIB}/QxTransformer/trunk/Manifest.json" }, // qcl-js { "manifest" : "${CONTRIB_LIB}/qcl/trunk/Manifest.json" }, // qcl-php { "manifest" : "${CONTRIB_LIB}/qcl-php/trunk/Manifest.json" }, // PHP JSON-RPC server //{ // "manifest" : "${CONTRIB_LIB}/RpcPhp/trunk/Manifest.json" //}, // Dialogs { "manifest" : "${CONTRIB_LIB}/Dialog/trunk/Manifest.json" } ] }, // download contrib code to location that is accessible to // web server in source version "source-script": { "cache" : { "downloads" : "contrib" } }, "common" : { "settings" : { "jsonrpc.backend" : "RpcPhp" } } } } Ernest -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6296558.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel