Hi Tobi, > @qooxdo-people: is the new contrib system active? where is the > documentation?
Yes it is active - since summer 2012: http://news.qooxdoo.org/qooxdoo-contrib-2-0-rollout Here's the documentation: http://manual.qooxdoo.org/3.5/pages/development/contrib.html When the Generator sees a line like this within the "config.json" ... "manifest" : "contrib://QxJqPlot/trunk/Manifest.json" ... it queries the catalog [1] and downloads the actual code from the location stated under "info/download". Which per default is the old SourceForge location. Conclusion: a) "manifest" : "contrib://QxJqPlot/0.1/Manifest.json" => works as expected b) "manifest" : "contrib://QxJqPlot/0.2/Manifest.json" => works as expected c) "manifest" : "contrib://QxJqPlot/0.3/Manifest.json" => Produces "Could not access the contrib catalog URL: https://github.com/qooxdoo/contrib-catalog/raw/master/contributions/QxJqPlot/0.3/Manifest.json" d) "manifest" : "contrib://QxJqPlot/trunk/Manifest.json" => works as expected ToDo for you: * please add a "0.3 entry" to the catalog by doing a pull request (your trunk changes get fetched already as expected) Regards Richard [1] https://github.com/qooxdoo/contrib-catalog/tree/master/contributions ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
