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.

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)
...

Thank you very much.

Joe
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to