Re: Why am I seeing: GWTCompiler is deprecated and will be removed in a future release?

2009-04-21 Thread Jason Essington
The beauty of the new Compiler and HostedMode classes is that they are pretty verbose if you mess up the options (use no longer existent options). Which means, you can simply switch to the new class, and read the displayed documentation in the error message :-) -jason On Apr 17, 2009, at

Re: Why am I seeing: GWTCompiler is deprecated and will be removed in a future release?

2009-04-20 Thread Sumit Chandel
Hi William, As for the java.lang.OutOfMemoryError you observed while trying to use the GWTCompiler, try increasing the heap size by passing in the -Xmx256M flag. Hope that helps, -Sumit Chandel On Fri, Apr 17, 2009 at 1:11 PM, William whatr...@gmail.com wrote: Thank you. On Apr 17, 3:16 pm,

Why am I seeing: GWTCompiler is deprecated and will be removed in a future release?

2009-04-17 Thread William
WARNING: 'com.google.gwt.dev.GWTCompiler' is deprecated and will be removed in a future release. Use 'com.google.gwt.dev.Compiler' instead. (To disable this warning, pass -Dgwt.nowarn.legacy.tools as a JVM arg.) [ERROR] Unexpected java.lang.OutOfMemoryError: Java heap space at

Re: Why am I seeing: GWTCompiler is deprecated and will be removed in a future release?

2009-04-17 Thread Vitali Lovich
Are you not understanding the warning? It seems pretty clear. The GWTCompiler class has been deprecated as of 1.6 you should use the new Compiler which understands the new project structure (the options don't have a 1:1 mapping, so you should read up the documentation on how to migrate from

Re: Why am I seeing: GWTCompiler is deprecated and will be removed in a future release?

2009-04-17 Thread William
Thank you. On Apr 17, 3:16 pm, Vitali Lovich vlov...@gmail.com wrote: Are you not understanding the warning?  It seems pretty clear.  The GWTCompiler class has been deprecated as of 1.6 you should use the new Compiler which understands the new project structure (the options don't have a 1:1