dev@shoal.java.net

trunk open for general checkins?

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Wed, 2 Feb 2011 14:23:36 -0500

Howdy,

Just wanted to check -- is the trunk ok for ongoing work? There's this oversight I want to correct:

hostname% svn diff
Index: gms/impl/src/main/java/com/sun/enterprise/gms/tools/MulticastTester.java
===================================================================
--- gms/impl/src/main/java/com/sun/enterprise/gms/tools/MulticastTester.java (revision 1479)
+++ gms/impl/src/main/java/com/sun/enterprise/gms/tools/MulticastTester.java (working copy)
@@ -239,6 +239,7 @@
         sb.append(WAIT_PERIOD_OPTION).append("\n");
         sb.append(TIMEOUT_OPTION).append("\n");
         sb.append(DEBUG_OPTION).append("\n");
+ System.out.println(sb.toString());
     }
 
     private void log(String msg) {

...and then some changes for http://java.net/jira/browse/SHOAL-114 some time soon.

Regarding the above change, it makes some output actually come out when someone runs the tool with the --help flag. This doesn't affect the GlassFish integration since GF never passes the --help flag to the tool. GF wraps the tool in an asadmin command and has its own help message.

Cheers,
Bobby