jijo-paulose / gwtupload

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

Can't change I18N in Uploader class #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a i18n class
2. Tell the uploader to use the new i18n class (uploader.setI18Constants(i18n);)
3. Upload a non authorized extension file

What is the expected output? What do you see instead?
I expected to see the label translated from my i18n class. I get the default 
value instead.

What version of the product are you using? On what operating system?
Version 0.6
IE7/Firefox 

Please provide any additional information below.
It seems that in the "Uploader" class some labels are set and can't be changed :
On line 103 I see :
public static final UploaderConstants I18N_CONSTANTS = 
GWT.create(UploaderConstants.class);

Thanks a lot for this wonderful API !

Thomas

Original issue reported on code.google.com by thomas.frezel@gmail.com on 14 Jul 2010 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 15 Jul 2010 at 1:59

GoogleCodeExporter commented 9 years ago
Fixed in r772, this problem was introduced with r731.

Please, upgrade your project to the version 0.6.1-SNAPSHOT or downgrade it to 
the 0.5.8.

Thank you for reporting
-Manolo

Original comment by manuel.carrasco.m on 16 Jul 2010 at 7:27

GoogleCodeExporter commented 9 years ago
Thanks a lot.
On which maven repository could I find 0.5.8 ? There is only 0.6 on the central 
repo.

Original comment by thomas.frezel@gmail.com on 16 Jul 2010 at 4:25

GoogleCodeExporter commented 9 years ago
The maven repo for versions older than 0.6 is:
http://gwtupload.googlecode.com/svn/mavenrepo/

I've updated the wiki page with this information.
http://code.google.com/p/gwtupload/wiki/GwtUpload_UsingMaven2

Original comment by manuel.carrasco.m on 16 Jul 2010 at 8:05