Request for review on German localizations for icedtea-web

Jiri Vanek jvanek at redhat.com
Wed Mar 20 03:58:34 PDT 2013


ping?


-------- Original Message --------
Subject: Re: Request for review on German localizations for icedtea-web
Date: Fri, 01 Mar 2013 11:59:22 +0100
From: Jiri Vanek <jvanek at redhat.com>
To: Jacob Wisor <gitne at excite.co.jp>
CC: distro-pkg-dev at openjdk.java.net

On 02/28/2013 07:44 PM, Jacob Wisor wrote:
> Hello Jiri,
> 
> I have tested your patch. Here are some of my notes regarding it.

Thanx for check!
> 
> "Jiri Vanek"<jvanek at redhat.com>  wrote:
>> On 02/22/2013 03:04 AM, Jacob Wisor wrote:
>>> Hello there!
>>>
>>>>> Jacob, Alexander - in your emails you have come to conclusion, that there
>>>>> are errors - both lexical
>>>>> and semantic in original English properties.  If you will have spare time,
>>>>> do you think - as
>>>>> separate patch, you can fix them?
> 
> As I have seen, you have adjusted the relevant message about absolute paths. It is still kind of bothering me because it suggests that there are only two operating systems on this planet. ;) I would rather reformulate it so that it just gives a hint that the specified string is not an absolute path, regardless of its possible form on any given OS. I understand that you want to provide a helpful message to the user but in the world of Java we are probably left with nothing else than just saying that it is not an absolute path, or having specific messages for specific OSs (what I would not advise to do).

Seams reasonable. All platform specific traces from this line removed.

> 
> Btw, please note that Linux and Windows are names so that the have to begin with a capital letter in English. Further more Windows is a registered trademark and as such there has to be some notion of it in the product, documentation, or has to have an adjacent trademark symbol when mentioned. AFAIK this especially applies to US law but to many other jurisdictions as well. And, for the sake of completeness it should probably be stated as "Microsoft Windows". So as far as that is concerned, I would rather leave out mentioning explicit OS's names.

Damn :) But I understand....
If you will be willing to find and mark such a cases it will be really appreciated.  I think you are
the only person ever who tried to think about our properties in such an point of view.
> 
> There are even more trademark issues in the Messages.properties file, but I am going to comment on them in my proposals later.
> 
>>>> *** OK, I can try to have look, but generally sometimes the source is quite
>>>> confusing and the translator can only guess, what is the correct meaning.
>>>> Rather the developers themselves should see our comments about unclear
>>>> parts and rephrase them so that the meaning is clear...
>>>
>>> I can post some proposals for the messages in question. It should not be really that much, but a few of them are utterly confusing indeed.
>>>
>>> Btw, as I already wrote to Alexandr, I was able to compile at least NetX on Windows today, so I can see the German and Polish translations in the context of the running application. This helps a lot.
>>> Having done that, I have also found a minor bug (I did not check whether it has been already reported) in regards to one message on Windows. I have already commented on it. It is the message that refers to absolute paths that must begin with a /. Though absolute paths on Windows do not begin with a / (it is a forbidden character anyway), icedtea-web assumes the (semi-) correct default value. The default value is an absolute Windows path beginning with a drive letter or device. Icedtea-Web still complains about it that it does not begin with a / and prints an error message about the value. It should be easy to fix.
>>>
>>> Anyway, I will post an updated localization patch ASAP.
>>>
>>> Regards,
>>> Jacob
>>>
>>
>> Wou!
>> So there will be also Polish trnaslation?
>> /me amazed :)
>>
>> And I'm happy netx is working on windows !o)
>>
>> I'm attaching patch to window paths. If you will be able to test, it would be nice (As there is no
>> win machine around :( ) I will send [rfc] for it as separate email later.
> 
> So as already mentioned, I have tested it. It compiles and runs. You can have a look at the output log it produces. There are still some cases where the validation does not take effect.

I see:-/

btw- the IOException your log is ending with will probably be caused by not existing
C:\Users\Jakob\.icedtea\security\ directory.
This is definitely bug (as directory should be create din sucha case imho), but ith sould be
discused in separate thread. (and probably submitted to classpath bugzilla:-/)

> Btw, after reviewing your code I would rather suggest to use java.io.File.isAbsolute(). Please do not try using your own regex pattern to test that, since absolute paths on Windows NT can be even more complex beginning with "\\?\" or "\\.\". There are some further rules to that, so it is probably safest to rely on the work that has already been done by Sun or Oracle. It is even more advisable to use java.io.File.isAbsolute() because every platform specific JRE implementation has their own implementation of it and thus knows best how to check for absoluteness. This way, you do not have to even check for a specific OS before, as you do in boolean net.sourceforge.jnlp.config.BasicValueValidators.canBeWindows(java.lang.String).

Although I was aware i was not covering all possible win "path beginnings"  I hopped for most of
them and seeing "/" in code I utterly forgot about isAbsolute method !-( shame in me:((
So followed, fixed.
> 
> You do not need to bother about Windows stuff for now - unless you really want to. I am going to build IcedTea-Web for and on Windows anyway. There are even more flaws that should be fixed for Windows. Especially determining the user's and application's data files and folders should be fixed for Windows. So I am going take a look into that.

Oh tahnk you! It is really loong time since last win build effort. I cross my fingers for you (and
for us to help you) to finish this issue!

New patch attached.

J.

ps:  considering absolutism of file, as Mac is derived from Linux kernel, I believe from this point
of view really just two (UNIX like and DOS-like)  exists... (/me hopes O:)



J.



-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixedWinPAthValidator_2.diff
Type: text/x-patch
Size: 7564 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130320/7159087f/fixedWinPAthValidator_2.diff 


More information about the distro-pkg-dev mailing list