Re: GWT 2.5 and IBM JVM problems

2014-03-11 Thread Martin Pain
For others' reference, the issue is: http://code.google.com/p/google-web-toolkit/issues/detail?id=7530 The workaround for most people seems to be: 1. Delete the gwt-unitCache directory (irrespective of your JDK) 2. Use the -Dgwt.usearchives=false jvm argument on the compiler (if using the IBM JD

Re: GWT 2.5 and IBM JVM problems

2013-01-25 Thread Thomas Broyer
IIRC, there's an issue open in the tracker with a workaround (a system property to ignore the gwtar files) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubs

Re: GWT 2.5 and IBM JVM problems

2013-01-25 Thread Edgar Zamora
Hi Adolfo I need to use the GWT 2.5 with an IBM JVM. Can you please copy me the binaries? (And preferable the steps to get and recompile the code) On Wednesday, August 29, 2012 10:30:26 AM UTC-6, apanizo wrote: > I can confirm that there is no problem. > > All is working fine. > > If someone

Re: GWT 2.5 and IBM JVM problems

2012-08-29 Thread Adolfo Panizo Touzon
I can confirm that there is no problem. All is working fine. If someone wants the compiled code, just send me an email. Regards, Adolfo. 2012/8/29 Adolfo Panizo Touzon > I am really impressed about your comments. Really smart people. > > Keep doing in that way. > > I've tried both ways to so

Re: GWT 2.5 and IBM JVM problems

2012-08-29 Thread Adolfo Panizo Touzon
I am really impressed about your comments. Really smart people. Keep doing in that way. I've tried both ways to solve the problem, and the first one (including the serialVersionUID), I had some problems (maybe I made some mistakes). *But with the second solution, compiling gwt with IBM's JVM is

Re: GWT 2.5 and IBM JVM problems

2012-08-28 Thread Brian Slesinsky
On Tuesday, August 28, 2012 1:45:42 PM UTC-7, Thomas Broyer wrote: > > > > On Tuesday, August 28, 2012 10:17:41 PM UTC+2, Daniel Kurka wrote: >> >> I still don`t really get the issue since this is only an issue while >> developing GWT (am I right?) >> >> As far as I know the jars we are packing

Re: GWT 2.5 and IBM JVM problems

2012-08-28 Thread Thomas Broyer
On Tuesday, August 28, 2012 10:17:41 PM UTC+2, Daniel Kurka wrote: > > I still don`t really get the issue since this is only an issue while > developing GWT (am I right?) > > As far as I know the jars we are packing (gwt-servlet,...) do not depend > on a certain JVM. > Can people who need an I

Re: GWT 2.5 and IBM JVM problems

2012-08-28 Thread Daniel Kurka
I still don`t really get the issue since this is only an issue while developing GWT (am I right?) As far as I know the jars we are packing (gwt-servlet,...) do not depend on a certain JVM. Can people who need an IBM JVM running for their servers not simply use the -noserver option with an Oracle J

Re: GWT 2.5 and IBM JVM problems

2012-08-28 Thread Brian Slesinsky
Nobody is currently working on it. Perhaps someone should rebuild GWT using the IBM JDK to see if that's the issue. Setting serialVersionUID in all the Serializable compiler classes seems like a reasonable idea except that I wonder why removing the gwtar files didn't help? There shouldn't be in

GWT 2.5 and IBM JVM problems

2012-08-28 Thread Adolfo Panizo Touzon
Hi all, Someone can update us about the problems with GWT 2.5 and IBM JVM?? Related posts: https://groups.google.com/forum/#!msg/gwt-steering/WGs-uiyHQA8/Te0hEfj5miEJ http://code.google.com/p/google-web-toolkit/issues/detail?id=7530 Any news are very welcome... Thanks in advance, Adolfo. --