dev@glassfish.java.net

Re: code review request: GFLauncher

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Fri, 10 Dec 2010 12:59:09 -0500

On Dec 10, 2010, at 12:20 PM, Bobby Bissett wrote:

> + } catch (IOException ioe) {
> + // just in case. if source is missing for some reason,
> + // an illegal arg exception will be thrown.
> + throw new GFLauncherException("copy_server_policy_error");
> + }

Yeah, I want to figure out why I can't get the string substitution working in here so the user has more info. So that part will be changing....