On 06/21/2010 09:06 PM, Fritz Zaucker wrote: > You only need to run > > ./generate.py source
You can even run './generate.py source-all'. After that you only have to re-run that command if you create and use a new custom class in your app. >> Does it possible to run qooxdoo application againts the source library >> without compilation ? No, not entirely without. But you can make it a rare requirement. >> In Google Closure library, it's possible to use the library without >> compilation. >> Using "require" and "provide" functions, Closure can either build monolithic >> js >> or magically load dependent modules at runtime through "base.js" >> prerequisite. Yes, but you have to "instrument" all your modules by hand. >> It seems to me that qooxdoo >> rely on the generate.py to parse and compute dependency from the source code. >> In which case, runtime dynamic code loading is unlikely to be possible. >> Is my conclusion correct ? That's right. T. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
