> Thanks for the hint. I've taken a peek at the base.json in trunk, it > contains fresh magic that I haven't seen before (such as "except") and > a "hybrid" compiile-type, so I doubt if it will help me at this > moment.
I suggest giving it a try and just run 'generate.py source-hybrid' in your application - given that you compile against recent trunk. And you probably have to comment out the "export" setting in your config.json to be able to run this new job. > I am still amazed that such a complex building system can be so > inflexible - does qooxdoo really need all this stuff? Yes. If in doubt, just look through the configurations of the various standard apps that come with qooxdoo, how the Demobrowser is supported to generate ~750 separate demo applications with a minimum of configuration, and how the Apiviewer or Inspector are supported to be generated as stand-alone apps and as development tools for custom applications. Other major apps are generated from well above 1,000 classes, using up to 5 different themes, with around 15 defined application parts, and still generating optimized builds. The inflexibility you perceive might stem from the fact that you want an easy way to make the system do things it wasn't primarily designed for. T. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
