On 17/06/2011 14:40, "thron7" <[email protected]> wrote:
>Ok, I don't know exactly where you cut the stack trace, I don't understand - the stack trace was straight from the output of the generator from just before the start of the stack trace to the end of the output? >but it's quite >obvious that the exception occurs during recursive dependency analysis. >What order of magnitude are we talking about here, in terms of total >classes used in the app? I've seen apps with way beyond 1,000 classes >doing fine. How big is your app roughly? Only hundreds of classes - there are just under 230 in total and many are not used for this app (this is a server app so it's pretty small so far). The class being compiled has a 10,000 character string split over 180 lines and it as was this grew that the error popped up. But moving that string into a basic "create-application" app and the problem didn't appear. Is there a chance that the the dependency analysis might pick up something from the contents of a string, eg are there regex expressions that might end up scanning the string? > >You might open an enhancement bug for this. Attach this stack trace, and >add that an iterative exploration of the class list might help. Done - http://bugzilla.qooxdoo.org/show_bug.cgi?id=5265 John ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
