On Wed, Apr 29, 2009 at 5:04 PM, Joe Hudson <[email protected]> wrote:
> > Hello, > > I have an error when I am compiling using Maven. I have no errors > when I run the application in hosted mode however (using the Eclipse > Google plugin). So, I am hoping that it has something to do with > maybe different versions of the compiler because I see this message > when running mvn:package > WARNING: 'com.google.gwt.dev.GWTCompiler' is deprecated and will be > removed in a future release. > Use 'com.google.gwt.dev.Compiler' instead. This will require upgrades to the plugin that are in progress, but will change the plugin configuration a good bit. The new Compiler and HostedMode classes are quite different from the 1.5- versions. > > > Is there any way I can tell maven to use com.google.gwt.dev.Compiler? > > Or, alternatively, has anyone seen the following error and have any > ideas about adressing it? > > java.lang.StackOverflowError > at java.io.ObjectStreamClass$FieldReflector.getPrimFieldValues > (ObjectStreamClass.java:1907) > at java.io.ObjectStreamClass.getPrimFieldValues > (ObjectStreamClass.java:1184) > at java.io.ObjectOutputStream.defaultWriteFields > (ObjectOutputStream.java:1494) > at java.io.ObjectOutputStream.writeSerialData > (ObjectOutputStream.java:1474) > at java.io.ObjectOutputStream.writeOrdinaryObject > (ObjectOutputStream.java:1392) > at java.io.ObjectOutputStream.writeObject0 > (ObjectOutputStream.java:1150) > at java.io.ObjectOutputStream.defaultWriteFields > (ObjectOutputStream.java:1509) > at java.io.ObjectOutputStream.writeSerialData > (ObjectOutputStream.java:1474) > at java.io.ObjectOutputStream.writeOrdinaryObject > (ObjectOutputStream.java:1392) > at java.io.ObjectOutputStream.writeObject0 > (ObjectOutputStream.java:1150) > at java.io.ObjectOutputStream.writeObject > (ObjectOutputStream.java:326) > at java.util.ArrayList.writeObject(ArrayList.java:570) > ... > Umm. that is just something going wrong :) I would be curious to see what is covered by the ellipses there. > > Thank you very much. > > Joe > > > -- :Robert "kebernet" Cooper ::[email protected] Alice's cleartext Charlie is the attacker Bob signs and encrypts http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9E8759F8 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
