GWT compiler error

2013-04-15 Thread Blake McBride
When I attempt to compile my app I get the following. I have no idea how to correct this. I am using: Juno Service Release 2 GWT 2.5.1 Thanks. Blake McBride Compiling module booklion.BookLion [ERROR] An internal compiler exception occurred

Re: GWT compiler error

2013-04-15 Thread Jens
Have you tried to delete your gwt-unitCache directory? -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT compiler error with ListType

2011-07-18 Thread Jeff Larsen
The server needs access to the proxy interface (The proxyFor/proxyForName get used in reflection on the server) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT compiler error with ListType

2011-07-16 Thread dreamer
Can you please review code speperation. in client package only keep GWT code in server package only keep server code in shared only keep DTO objects (value objects) (transported from client to server - should be serializable) To me - proxy - sounds like client proxy should be in - client

GWT compiler error with ListType

2011-07-15 Thread pierre
Hi all, I have the following error from GWT compiler, event if the User module is included: __ Compiling module com.soladhoc.friends.Friends Validating newly compiled units [ERROR] Errors in 'file:/C:/Users/Pierre/workspace-GAE/Friends/

Re: GWT compiler error with ListType

2011-07-15 Thread Magno Machado
Looks like you're referencing a server-side class On Fri, Jul 15, 2011 at 7:22 AM, pierre phper...@gmail.com wrote: Hi all, I have the following error from GWT compiler, event if the User module is included: __ Compiling module com.soladhoc.friends.Friends

Aw: GWT compiler error with ListType

2011-07-15 Thread Jens
You probably imported something wrong in your NamedListProxy file. You have imported com.google.gwt.i18n.*server*.Type.ListType but every code thats in a *server* package is not seen by the GWT compiler and thats why you get that error. You have to remove that import in your NamedListProxy. --

Re: GWT compiler error

2010-02-08 Thread Steve B
You will probably need to be more specific in order to get help. Are you managing to compile any GWT modules, or is it just this one module that won't compile? On Feb 8, 1:27 am, mic mina...@gmail.com wrote: I am seeing this error while compiling a module... [ERROR] Unexpected

GWT compiler error

2010-02-07 Thread mic
I am seeing this error while compiling a module... [ERROR] Unexpected java.lang.NullPointerException at com.google.gwt.dev.javac.JdtCompiler $FindTypesInCud.visit(JdtCompiler.java:178) at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java: 1253) at