Stefan, of course it is not enough to copy Manifest files around. You need access to the contribution itself, its code and resources.
Your configuration with a 'contrib://' pseudo-URL cannot work currently, as I wrote earlier, as the underlying Sourceforge service, ViewVC, is currently down. So it's no use re-trying it over and over again. Unfortunately, that same ViewVC service is a good interface to download a contrib, as you can browse the Sourceforge repository, and on each level you are offered a "Download as tar" link, which nicely wraps up the entire sub-tree. So for both, checking if something has changed or getting at the new version, you will need to use the SVN interface. The qooxdoo web site has information on checking out through SVN and the contrib project page has the SVN repository URL for each contrib. It boils down to something like: svn co https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/QxDyGraphs/ (If you tried that link before, there was a typo in the URL on the qooxdoo contrib page which I fixed). In any case, whether you use your 3-month old download or a SVN check-out, you just give the path to the corresponding Manifest.json file in your config.json. Don't copy or move it around. It has to go with the other files that are in its directory structure. The Manifest.json file on its own is useless. T. > Hello, > > whee can i downlaod the actua version? i have a download is 3 montsh > old. The contribute page link doesnt run > > http://qooxdoo.org/contrib/project#qxdygraphs > > > Where are the files stored after compiled with source-all or build? > >> Hoi Stefan, >> >> Today Stefan Meyer wrote: >> >>> >>>> just add >>>> >>>> "libraries" : { >>>> "library" : [ >>>> { >>>> "manifest" : "contrib://QxDyGraphs/trunk/Manifest.json" >>>> }] >>>> }, >>>> >>>> to your config.json file and QxDyGraphs will be included >>>> automatically ... no special copying of anything required ... >>>> >>>> cheers >>>> tobi >>>> >>> Hello Tobi, >>> >>> i try it but i get an error now: >>> Unknown top-level config key "libraries" - ignored >>> >>> Where must i add it ? The config.json in my app or in the qoodoo >>> folder? >> >> into your apps config.json >> >>> and where must i copy this >>> contrib://QxDyGraphs/trunk/Manifest.json >> >> under the jobs key >> >> { >> ... >> >> "jobs" : >> { >> "libraries" : { >> >>> >>> where is this folder? >> >> it gets downloaded into the cache directory >> >>> is this class compatible on qooxdoo 1.3? >> >> yes >> tobi >> >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >>> Finally, a world-class log management solution at an even better >>> price-free! >>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >>> February 28th, so secure your free ArcSight Logger TODAY! >>> http://p.sf.net/sfu/arcsight-sfd2d >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >>> >> > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better > price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
