stevel 2002/11/04 15:39:56
Modified: java/tools/org/apache/axis/tools/ant/axis
AdminClientTask.java
Log:
bug 14234, AdminClientTask authentication broken
Revision Changes Path
1.6 +2 -2
xml-axis/java/tools/org/apache/axis/tools/ant/axis/AdminClientTask.java
Index: AdminClientTask.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/tools/org/apache/axis/tools/ant/axis/AdminClientTask.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AdminClientTask.java 29 Oct 2002 02:14:51 -0000 1.5
+++ AdminClientTask.java 4 Nov 2002 23:39:56 -0000 1.6
@@ -231,7 +231,7 @@
* <li><code>-f<i>fileName</i></code> specifies that a simple file
* protocol should be used</li>
* <li><code>-u<i>username</i></code> sets the username</li>
- * <li><code>-p<i>password</i></code> sets the password</li>
+ * <li><code>-w<i>password</i></code> sets the password</li>
* <li><code>-d</code> sets the debug flag (for instance, -ddd would
* set it to 3)</li>
* <li><code>-t<i>name</i></code> sets the transport chain touse</li>
@@ -261,7 +261,7 @@
addArgs("-s", servletPath, servletPath != null);
addArgs("-f", fileProtocol, fileProtocol != null);
addArgs("-u", username, username != null);
- addArgs("-p", password, password != null);
+ addArgs("-w", password, password != null);
addArgs("-t", transportChain, transportChain != null);
addArg("-d", debug);
//action