There's the problem. The contrib:// url downloads the contrib to a temp folder (usually your system temp folder). That folder needs to be accessible through your web server.
You have 2 options: 1. In config.json, set the cache/downloads generator option (see [1]) to a folder that's accesible through your web server. 2. Manually check out the contrib from svn, have the config.json point to it's Manifest.json (instead of contrib://... ). Again, the contrib folder needs to be accessible through your web server. [1] http://manual.qooxdoo.org/1.5.x/pages/tool/generator_config_ref.html#pages-tool-generator-config-ref-cache Regards, Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-with-a-contribution-tp6695066p6695427.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
