On Mon, 2003-03-31 at 10:50, Sinkinson,Andrew [NCR] wrote:
> 
>  I have 2 resource bundles that I am using in my WebApp for
> Internationalizing.(UIStrings.propeties and UIStrings_fr.properties)  If I
> add the following key value combination test.message=TestMessage to the top
> of both resources bundles and recompile UIStrings_fr.properties will delete
> the line "test.message=TestMessage".  Any keys that I add to the
> UIStrings_fr gets deleted when I recompile.  What am I doing wrong?

You are adding it to the file in your classes directory (it is
overwritten when you build).

Go to your source directories and change it there, then recompile.


-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to