Hello,
I migrated my project from GWT 1.7 to 2.0RC2 without problem.
I use Eclipse and GWT Eclipse plugin and I was able to compile my
project with and without the -compileReport option.
Then I migrated to GWT 2.0 final version and I'm only able to compile
without the -compileReport option.
When I put compileReport I have an out of memory error :
[ERROR] OutOfMemoryError: Increase heap size or lower
gwt.jjs.maxThreads
[ERROR] Unrecoverable exception, shutting down
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
at com.google.gwt.dev.ThreadedPermutationWorkerFactory
$ThreadedPermutationWorker.compile
(ThreadedPermutationWorkerFactory.java:56)
at com.google.gwt.dev.PermutationWorkerFactory$Manager
$WorkerThread.run(PermutationWorkerFactory.java:70)
at java.lang.Thread.run(Thread.java:619)
My problem is that I increase the Xmx option from 512m to 1024m and
1500m but without change.
But I don't have another idea...
--
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.