You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2006/05/25 12:33:16 UTC

[classlib] internationalization (was: Re: svn commit: r407780 - in /incubator/harmony/enhanced/classlib/trunk/modules/archive/src: main/java/java/util/jar/Attributes.java test/java/org/apache/harmony/archive/tests/java/util/jar/AttributesTest.java)

Mikhail Loenko wrote:
> We also agreed to put only internationalized messages and
> to have a single catalog by module.

Yep, that's a good task for somebody who is looking for a simple way to
contribute to Harmony's classlibs.

If anyone wants to volunteer then go for it -- I can help with guidance
if required.

> Is there any way to meet all the agreements without rewriting the
> internationalization framework?

I don't think we need to change the mechanism we use to get message
strings from resource catalogs, just split the single catalog up across
the modules.

Regards,
Tim


> 2006/5/19, Magnusson, Geir <ge...@intel.com>:
>> And if we didn't, I think we just did :)
>>
>> -- 
>> Geir Magnusson Jr
>> SSG/MPD
>> geir.magnusson@intel.com
>> +1 203 665 6437
>>
>> > -----Original Message-----
>> > From: Tim Ellison [mailto:t.p.ellison@gmail.com]
>> > Sent: Friday, May 19, 2006 7:03 AM
>> > To: harmony-dev@incubator.apache.org
>> > Subject: Re: svn commit: r407780 - in
>> > /incubator/harmony/enhanced/classlib/trunk/modules/archive/src
>> > : main/java/java/util/jar/Attributes.java
>> > test/java/org/apache/harmony/archive/tests/java/util/jar/Attri
>> > butesTest.java
>> >
>> > mloenko@apache.org wrote:
>> > <snip>
>> > >     public void putAll(Map attrib) {
>> > > +        if( attrib == null ) {
>> > > +            throw new ClassCastException();
>> > > +        }
>> >
>> > Shouldn't this have a message?  I thought we agreed that we'd
>> > add useful
>> > messages to exceptions.
>> >
>> > Regards,
>> > Tim
>> >
>> > --
>> >
>> > Tim Ellison (t.p.ellison@gmail.com)
>> > IBM Java technology centre, UK.
>> >
>> > ---------------------------------------------------------------------
>> > Terms of use : http://incubator.apache.org/harmony/mailing.html
>> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org