Re: GWT compiler is confused by class and package name that differ by capitalization only

2015-02-12 Thread ehodges
That sounds like the problem isn't fixed in 2.7.  I can't use a snapshot.

On Thursday, February 12, 2015 at 9:33:35 AM UTC-6, Jens wrote:
>
> gwtar support has already been deleted in GWT trunk / 2.8-SNAPSHOT. So if 
> you skip 2.7 and use a 2.8-SNAPSHOT build you should not have any issues.
>
> -- 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 google-web-toolkit+unsubscr...@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.


Re: GWT compiler is confused by class and package name that differ by capitalization only

2015-02-12 Thread Jens
gwtar support has already been deleted in GWT trunk / 2.8-SNAPSHOT. So if 
you skip 2.7 and use a 2.8-SNAPSHOT build you should not have any issues.

-- 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 google-web-toolkit+unsubscr...@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.


Re: GWT compiler is confused by class and package name that differ by capitalization only

2015-02-12 Thread ehodges
Great.  I hope Issue 7530 
 has 
been fixed in 2.7.  That's what has kept us at 2.5.0.

On Wednesday, February 11, 2015 at 4:49:48 PM UTC-6, Jens wrote:
>
> If you use GWT 2.7 Final release this should be fixed: 
>
> https://gwt-review.googlesource.com/#/c/9661/
> https://code.google.com/p/google-web-toolkit/issues/detail?id=8716
>
> -- 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 google-web-toolkit+unsubscr...@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.


Re: GWT compiler is confused by class and package name that differ by capitalization only

2015-02-11 Thread Jens
If you use GWT 2.7 Final release this should be fixed: 

https://gwt-review.googlesource.com/#/c/9661/
https://code.google.com/p/google-web-toolkit/issues/detail?id=8716

-- 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 google-web-toolkit+unsubscr...@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.


Re: GWT compiler is confused by class and package name that differ by capitalization only

2015-02-11 Thread Juan Pablo Gardella
Which gwt version?

On 11 February 2015 at 18:25,  wrote:

> I'm trying to compile some existing Java code to share with GWT code.  I
> can't modify the existing Java code, so don't even ask.
>
> I have a package called "com.foo.bar".
>
> I also have a class called "com.foo.Bar".
>
> When I run the GWT compiler on code that imports the class com.foo.Bar, it
> complains that:
>
>  Line 26: Only a type can be imported. com.foo.Bar resolves to a package
>
> Anyone know of a workaround for this?
>
>
>  --
> 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+unsubscr...@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.
>

-- 
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+unsubscr...@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.


GWT compiler is confused by class and package name that differ by capitalization only

2015-02-11 Thread ehodges
I'm trying to compile some existing Java code to share with GWT code.  I 
can't modify the existing Java code, so don't even ask.

I have a package called "com.foo.bar".

I also have a class called "com.foo.Bar".

When I run the GWT compiler on code that imports the class com.foo.Bar, it 
complains that:

 Line 26: Only a type can be imported. com.foo.Bar resolves to a package

Anyone know of a workaround for this?


-- 
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+unsubscr...@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.