Friday, February 6, 2015

Re: I need java.util.Collections synchronized classes.

No it won't collide during GWT compilation. It will super source and override the original. However it will collide during normal java compilation. To that end in your IDE / build environment you need to make sure that the specific package (java.util) is excluded from compilation by the java compiler but it is included for the GWT compiler.

Hope that helps.

     Vassilis

On Sat, Feb 7, 2015 at 12:20 AM, <ehodges@usdataworks.com> wrote:
 
I found an "emu" directory with a Collections implementation.  Problem is that Collections.java file has a "java.util" package.  I can't put that in my source tree.  It will collide with the real implementation.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.



--
Vassilis Virvilis

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment