Hi benco, there are three solutions: * look at config.json and remove "privates" option * don't use two underscores at the beginning of member name in classes * don't use eval() :-)
if you are using variables in eval(), you should also disable "variables" option in generator. look at the keyword "optimize" in generator, you see something like this: "optimize" : [ "variables", "basecalls", "strings" ] and tweak it:) Cheers - Petr 2008/9/18 benco <[EMAIL PROTECTED]>: > > Hi, > > Is there any way to inform the compiler to not shorten some variables in the > main application javascript file when generating the 'build' version (for > instance like putting an underscore before the variables names like in the > dean edwards js packer) ? > > I use some eval() functions in order to make my code more generic and this > seems to cause some problems. It's rather frustrating because I have to > modify the build version and search and find to 'strings' variables to be > cutted and replaced. > -- > View this message in context: > http://www.nabble.com/Generating-Build-and-Variable-Shortening-problems-%28qx-0.8%29-tp19549498p19549498.html > Sent from the qooxdoo-devel mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > 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 > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------- 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 qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel