jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

version 6.3 is not compatible with GWT 2.0.x #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
version 6.3 depends on GWT 2.1.x and not on 2.0

On home page there is written:

"from version 0.6.0, gwtupload requires gwt-2.x.x."

Which is true to some extend, but the following snipped from pom.xml 

<description>GwtUpload library: client and server classes (compatible with: Gwt 
1.6.x,1.7.x,2.0.x)</description>

is wrong. 

GWTUpload 6.3 is not compatible with 2.0.x, because of use 
com.google.gwt.user.client.ui.HasText; in gwtupload.client.SingleUploader. 
HasText class is not available in 2.0.x.

Please update pom's description tag.

Regards
Piotr Jaworski
pjaworsk@gmail.com

Original issue reported on code.google.com by pjawo...@gmail.com on 30 Dec 2010 at 1:26

GoogleCodeExporter commented 9 years ago
You mean HasEnabled, rigth?

I have updated the main page to make the advice, and I'll work to avoid this 
dependency.

Original comment by manuel.carrasco.m on 31 Dec 2010 at 7:09

GoogleCodeExporter commented 9 years ago
Fixed with r850 and r849.
Published archetype in maven central repos and in the download section with 
version 0.6.3-compat. 
Updated main page.

Thanks for reporting

- Manolo

Original comment by manuel.carrasco.m on 31 Dec 2010 at 9:44