[RFC] netx: add support for parsing and saving deployment.config files
Deepak Bhole
dbhole at redhat.com
Thu Oct 21 14:05:05 PDT 2010
* Omair Majid <omajid at redhat.com> [2010-10-18 11:48]:
> Hi,
>
> As described on [1], The Java Plug-in and Java Web Start support
> using various deployment.properties and deployment.config files to
> set behaviour of these tools. The patch adds support for parsing and
> saving these files to netx. This patch does not actually use any of
> these settings; it just adds support so other parts of netx can
> start using them.
>
> This was filed as a bug by someone against the original netx project [2].
>
> Any comments or concerns?
>
> Thanks,
> Omair
>
> [1] http://download.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/properties.html
> [2] http://sourceforge.net/tracker/?func=detail&aid=2832947&group_id=72541&atid=534854
<snip>
> +
> + /**
> + * Loads properties properties file, if one exists
> + *
Minor typo above.
> + * @param type the ConfigType to load
> + * @param file the File to load Properties from
<snip>
> + /* exit if there is a fatal exception loading the configuration */
> + if (isApplication) {
> + System.out.println(getMessage("RConfigurationError"));
> + System.exit(-1);
Is there a reason you chose negative exit code? NetX uses +1 everywhere
else.
Cheers,
Deepak
More information about the distro-pkg-dev
mailing list