Thanks.  I can't figure out how the relative pathing is supposed to work. 
 My gwt.xml file for this module is a couple of levels deep in our package 
hierarchy.  How do I get back up to "java.util"?

Is this documented someplace?  I hate having to ask on a forum.

On Friday, February 6, 2015 at 6:47:04 PM UTC-6, Benjamin DeLillo wrote:
>
> You place it wherever you want in your source tree, usually at src/emul or 
> src/super I think. So you'd have src/emul/java/util/Collections.java
>
> Then add
> <super-source path="path/relative/to/your.gwt.xml"/>
>
> to your gwt.xml file.
>
> Someone else can help fill in the details I've missed, I'm a little fuzzy 
> on the specifics of how the path gets resolved or the canonical location 
> for the super-source directory, but that's the idea.
>
>
> On Friday, February 6, 2015 at 5:20:55 PM UTC-5, [email protected] 
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to