Closed GoogleCodeExporter closed 9 years ago
Thank you very much, I'm facing the same problem as well. I think GWT changed
the way how to generate code, the worse thing is it's working in DevMode.
My project need this been fixed before continue as well, I will working on this
and will let you know the result. Sorry for the inconvenience, hope you can
find the solution before me :)
Original comment by JamesLuo...@gmail.com
on 28 Oct 2010 at 11:26
I think this is a GWT compiler bug, I logged a issue for them any way, you can
find it here: http://code.google.com/p/google-web-toolkit/issues/detail?id=5505
My temporary solution is create a new package in your project and named it
"com.gwtent.client.reflection.impl", and put the file I attached in, that
should fix your problem.
I noticed our new GWTENT didn't have this problem, if you only using
"Reflection" in GWTENT, you can upgrade to this version, only problem is all
package name are changed. the donwload link:
http://gwt-ent.googlecode.com/svn/trunk/gwtent/target/gwtent.jar, and remember
change your inherited module to "<inherits
name="com.gwtent.reflection.Reflection"/>"
Original comment by JamesLuo...@gmail.com
on 29 Oct 2010 at 12:21
Attachments:
Al'right, the main problem has gone! There were still a couple of things I had to change and patch the GWT and our code base to compiles them right. Those were mainly from the compiler's handling of generics generated by gwt-ent and from broken GWT 2.1 RC1 compiler. Avoiding them was pretty easy, tho. Link: http://code.google.com/p/gwt-ent/issues/detail?id=35 . I'll file a bug for GWT when I recreate any test case for them.
Environment:
GWT2.1 RC1
GWT ENT (svn trunk 20100907) no patch with "Reflection" module
Thanko-!
Original comment by hyamamot...@gmail.com
on 30 Oct 2010 at 2:06
Original issue reported on code.google.com by
hyamamot...@gmail.com
on 28 Oct 2010 at 9:16