If you give the path to this Manifest file in your app config, the generator uses this file to find the source classes and the resources of this library when compiling your application.
T. On 02/03/2011 11:36 PM, [email protected] wrote: > this is the Manifest cotent. How does it know to take the dygrap files. > this only avaiable outside the structur > > > { > "info" : > { > "name" : "QxDyGraphs", > > "summary" : "QxDyGraphs Contribution", > "description" : "Makes Dan Vanderkams Dygraph charting library > available in Qooxdoo", > > "homepage" : "http://contrib.qooxdoo.org/project/QxDyGraphs", > > "license" : "LGPL/EPL", > "authors" : > [ > { > "name" : "Tobi Oetiker (oetiker)", > "email" : "[email protected]" > } > ], > > "version" : "trunk", > "qooxdoo-versions": ["1.2"] > }, > > "provides" : > { > "namespace" : "qxdygraphs", > "encoding" : "utf-8", > "class" : "source/class", > "resource" : "source/resource", > "translation" : "source/translation", > "type" : "contribution" > } > } > >> >> >> On 02/02/2011 05:01 PM, [email protected] wrote: >>> Hello, >>> >>> i try to include this again:) >>> >>> its really enough to include the manifest inside the config of my app? >> >> You do not "include" it. You just give the path to it. >> >>> Or must i copy some of the files ? >> >> You need the entire contrib somewhere on your file system. Then you >> enter the path to its Manifest into your app's config. >> >>> >>> and if not. Where are the files copyied inside my app? >> >> It's like with any qooxdoo library: For the source version, the class >> and resource files are used from the original path. For the build >> version, all necessary files are copied to your 'build' directory by the >> generator. >> >> T. >> >> ------------------------------------------------------------------------------ >> 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 >> > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
