On Oct 1, 12:48 pm, stumpy <[email protected]> wrote: > How do I disabled assertions in GWT development mode? > > -da doesn't seem to do the trick
I don't think it's possible: http://code.google.com/p/google-web-toolkit/source/browse/trunk/dev/core/src/com/google/gwt/dev/shell/CompilingClassLoader.java#860 (unless you manage to call setDefaultAssertionStatus on the classloader too) I also can't see a reason why you'd want to do that... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
