[rfc][icedtea-web] fix a line displayed in javaws help

Jiri Vanek jvanek at redhat.com
Wed Apr 1 15:49:59 UTC 2015


On 04/01/2015 05:47 PM, Lukasz Dracz wrote:
> Hello,
>
> This patch fixes the wording of a line in javaws help to be correct based on the changed implementation of javaws when option parser was introduced for javaws.
>
>> >is no longer valid. May you fix it so it fits yours new parser?
> yes
>
>> >Also may you check the docs if there is no more of similar?
> Yes, I have checked and I have not spotted anything else that would need fixing.
> If I see anything I'll go and fix it
>
> Thanks to Jiri for spotting this mistake.
>
> Regards,
> Lukasz Dracz
>
>
> javaws-help-line-fix.patch
>
>
> diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties
> --- a/netx/net/sourceforge/jnlp/resources/Messages.properties
> +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties
> @@ -307,7 +307,7 @@
>   JWSdescL1=is an implementation of a JNLP client. It uses a JNLP (Java Network Launch Protocol) file to securely run a remote Java application or a Java applet. \
>   This implementation of {0}is from the IcedTea project and is based on the NetX project.
>   JWSdescL2=A JNLP file is an xml file that describes how to securely run a remote Java application or a Java applet.
> -JWSoptionsL1=When specifying options, the name of the jnlp file must be the last argument to javaws - all the options must preceede it.
> +JWSoptionsL1=When specifying options, the name of the jnlp file can be after the command, an option with no arguments, or after an argument with an option that takes one argument.

What about mentioning of -jnlp and/or even -html?


J.



More information about the distro-pkg-dev mailing list