[icedtea-web] RFC: exit with error code on failures

Omair Majid omajid at redhat.com
Wed Jan 19 12:58:01 PST 2011


Hi,

The attached patch makes netx (and plugin) exit with an error code other 
than 0 on an error. netx already exits with appropriate error code in 
some cases (for example, if the input JNLP file is malformed), but not 
if running the downloaded program fails.

Before this patch:

$ javaws jnlp.jnlp
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not 
launch JNLP file.
(... more output ...)
$ echo $?
0

After this patch:

$ javaws jnlp.jnlp
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not 
launch JNLP file.
(... more output ...)
$ echo $?
1

Any thoughts or comments?

Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: exit-with-error.patch
Type: text/x-patch
Size: 969 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110119/c7f9db3a/exit-with-error.patch 


More information about the distro-pkg-dev mailing list