neo09 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

MergeLocale script marks all non-UiBinder as deprecated #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm currently looking at an issue that all non-UiBinder messages are being 
marked as deprecated every time I run the script. I'm not 100% on my python but 
I'm pretty is the setDeprecated method on Property not first checking if the 
message is a non-UiBinder one. Presumably if the message is non-UiBinder we'd 
have to check the source code to check if it is deprecated or not.

Original issue reported on code.google.com by philippe.beaudoin on 10 Jun 2010 at 3:17

GoogleCodeExporter commented 9 years ago
I ran into this problem. I've just re-run the script over the top of existing 
files and all the deprecated comments on non-UiBinder messages have 
disappeared. Perhaps it's just on the initial run? (I'll keep investigating)

Original comment by cknow...@gmail.com on 11 Jun 2010 at 8:15

GoogleCodeExporter commented 9 years ago
Non-UiBinder messages seem to make their way into every generated 
UiBinderImplGenMessages.properties file when you generate those. So you need to 
generate all those files and then merge even for non-UiBinder messages. I think 
I was adding non-UiBinder messages to the source localisation file 
(com.google.gwt.i18n.client.LocalizableResource.properties).

It would be nice if you didn't have to regenerate in order to add non-UiBinder 
messages as this takes quite some time for my application. I guess this is the 
easiest way to tell if a message if deprecated or not though.

Original comment by cknow...@gmail.com on 11 Jun 2010 at 8:29

GoogleCodeExporter commented 9 years ago
I see, I think you're right...

I agree that generating is painfully long (although I have a target that runs 
GWTC with a single target browser and language to speed-up that process).

Since there is a known workaround for this one, I'm bumping it up to release 
1.0.

Original comment by philippe.beaudoin on 28 Jun 2010 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 6 Jul 2010 at 7:44

GoogleCodeExporter commented 9 years ago
Bumping to 0.5, preparing for release.

Original comment by philippe.beaudoin on 2 Sep 2010 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 22 Sep 2010 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 22 Sep 2010 at 1:59

GoogleCodeExporter commented 9 years ago
Bumping to 0.6, preparing release 0.5.

Original comment by philippe.beaudoin on 25 Jan 2011 at 6:33

GoogleCodeExporter commented 9 years ago
Bumping to 0.7, preparing release 0.6.

Original comment by philippe.beaudoin on 6 Jun 2011 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 1 Feb 2012 at 6:52