I put a "=" between "--include" and "$(APPLI..." and then it worked...
APPLICATION_ADDITIONAL_SOURCE_OPTIONS = "--include=$(APPLICATION_NAMESPACE).*" APPLICATION_ADDITIONAL_BUILD_OPTIONS = "--include=$(APPLICATION_NAMESPACE).*" Thank you. Jairo Souto (38)8821-0419 Jairo Souto wrote: > But > > $ make > > **************************************************************************** > > GENERATING SOURCE VERSION OF CUSTOM > **************************************************************************** > > Usage: generator.py [options] > > generator.py: error: no such option: --include custom.* > make: *** [exec-script-source] Error 2 > > > --Jairo Souto (38)8814-4787 > > > thron7 wrote: >> >> Jairo Souto wrote: >>> I had to keep the application under 0.7.3. I did not get it >>> translated to 0.8-released. >>> >> >> If you are using 0.7.x use >> >> APPLICATION_ADDITIONAL_SOURCE_OPTIONS = "--include >> $(APPLICATION_NAMESPACE).*" >> APPLICATION_ADDITIONAL_BUILD_OPTIONS = "--include >> $(APPLICATION_NAMESPACE).*" >> >> in your Makefile. >> >> These are preferrable over APPLICATION_COMPLETE_SOURCE / >> APPLICATION_COMPLETE_BUILD, since only the application classes (and >> their dependencies) are included completely, not necessary the entire >> framework. >> >> T. >> >>> After login, the menu choices the user gets depend on his login >>> group kept on a sql rpc server. The choice data includes the >>> name of the class will be created by qx.Class.getByName(). >>> I mean the new generator does not include reference to such a >>> class in script/custom.js. I think this may be the trouble. >>> >>> >>> Jairo Souto (38)8814-4787 > > -- Jairo Souto (38)8814-4787 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
