Hi,
I have a little problem with the build version of my application.
I have a lot of classes which get not accessed directly through the
source code, but reference to them with the following function:
callFrontend : function(paramMap)
{
var clazz = qx.Class.getByName(paramMap.clazz);
clazz[paramMap.method](paramMap);
}
The class, method and parameters came from a backend call.
The problem is, that the build version did not include the classes,
referenced with this function.
Is there something I can do instead of using the make setting
"APPLICATION_ADDITIONAL_BUILD_OPTIONS = --add-require" and add each
class.
I've also tried "APPLICATION_COMPLETE_BUILD = true" but then my .js file
grows to more than 1,2 MB instead of round about 0,8 MB (seems many
unneeded qooxdoo-classes are included) and all the themes and icons get
copied too.
Thanks for help.
Best regards
Andreas
-------------------------------------------------------------------------
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