Author: gdamour Date: Sun Mar 27 15:03:01 2005 New Revision: 159205 URL: http://svn.apache.org/viewcvs?view=rev&rev=159205 Log: Initialize a default commandContext.
Modified: geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java Modified: geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java?view=diff&r1=159204&r2=159205 ============================================================================== --- geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java (original) +++ geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java Sun Mar 27 15:03:01 2005 @@ -47,7 +47,7 @@ private String message; private final Set listeners = new HashSet(); private final List moduleIDs = new ArrayList(); - private CommandContext commandContext; + private CommandContext commandContext = new CommandContext(); private ProgressEvent event = null;