sub schrieb:
> 
> 
> Hugh Gibson wrote:
>>  The default value for APPLICATION_COMPLETE_BUILD is false which leaves
>> out classes you don't use.
>>
> 
> Thanks for clarifying things for me. Each of the Makefiles for the apps that
> come with the sdk (0.6.6) have the flag APPLICATION_COMPLETE_BUILD set to
> true.

This is only true for quickstart and sample. This is because the 
quickstart is for new users to evaluate qooxdoo and should really 
include all features of qooxdoo.

In the case of the sample application there is another reason. The 
sample consists of many HTML files and now real qooxdoo-like application 
class. This way the auto-dependency tracker could not work. Also the 
most widgets gets used in some of the included files. So it is really a 
good idea in this case to include all classes.

The other applications like showcase, webmail and feedreader do not 
include all classes. The default value of APPLICATION_COMPLETE_BUILD is 
false (defined by application.mk).


> 
> If I run a make build they work fine, though javascript contains all the
> code making it quite large. If I change that setting to false or comment it
> out, it builds fine and the resulting javascript is much smaller - but they
> don't work. I've tried it for both quickstart and sample. I get an object
> expected error. Am I actually missing something here because I know this
> must be a very basic question?

Yes sample and quickstart are the only application which don't work this 
way. You must not modify this setting in both of them.

Hope this clarifies things up a bit.

Sebastian

> 
> Thanks
> John


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to