Hi Julien
I am using a css, I did not make any changes. I did not enable auto
conversion.
Finally it turns out that it was a stupid mistake that was never caught in
2.6. Thanks to Jens for the hint ....
I replaced
*<ui:with type="com.klawt.screen.ui.BaseAdminCssResource"
field="base"></ui:with>*
with
*<ui:with type="com.klawt.screen.ui.Resources" field="res"></ui:with>*
And then I have access to res.base(). That is how I am doing it in all the
other UIbinder files.
The compile error is gone but now I am running into OutOfMemoryError :
Unification traversed 68403 fields and methods and 5847 types.
5794 are considered part of the current module and 5794 had all of their
fields and methods traversed.
Purging cache files from /home/koen/workspace/klawt/gwt-unitCache
Wrote 5574 units to persistent cache.
Compiling 1 permutation
Creating PermutationWorkerFactory instances
Compiling permutation 0...
Permutation took 32210 ms
[ERROR] OutOfMemoryError: Increase heap size or lower
gwt.jjs.maxThreads
java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.google.gwt.dev.js.ast.JsModVisitor.doAccept(JsModVisitor.java:176)
at com.google.gwt.dev.js.ast.JsVisitor.accept(JsVisitor.java:109)
I already added this to the java arguments ...
-Xmx4096m -Xms512m -XX:PermSize=64m -XX:MaxPermSize=256m
-Dgwt.compiler.localWorkers=1
But it doesn't solve the OutOfMemoryError.
Any suggestions ?
--
You received this message because you are subscribed to the Google Groups "GWT
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-web-toolkit-contributors/e1389629-cd25-4cd4-8fac-c69d73d2ebfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.