[gwt-contrib] Re: Compile error with latest gwt (from trunk)

2015-02-03 Thread Stefano Pulze
OK guys,

I've run:

ant clean
ant build

and now work like a charm.

Thanks all.


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/7fc7f976-5114-4421-bb8e-110db4dcb1d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Compile error with latest gwt (from trunk)

2015-02-03 Thread Stefano Pulze
I'm sure that have the latest trunk and tools folder.
This is my build path, and I've only one GWT-SDK





-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/b9029743-860e-4d57-a5f3-ae76c2f0be90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Compile error with latest gwt (from trunk)

2015-02-03 Thread Lars
Did you update the (gwt)tools too?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/a64831ac-7ad0-49d9-aec7-e1cd172984c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Compile error with latest gwt (from trunk)

2015-02-03 Thread Jens
On 15.11.2014 a commit from Ray changed JThisRef.getClassType() to return a 
JDeclaredType and not a JClassType.

Your GWT searches for this method with return type JClassType. Seems like 
you have not correctly updated your dependencies and an old GWT is on class 
path as well.

-- J.


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/06e21211-2909-40ae-af91-61a14720a82e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.