PR: MPCHANGELOG-31

upgrade cvslib to fix bug in old version


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-04-28 04:11:38 +00:00
parent 31ccf74f7b
commit c054ea56cc
3 changed files with 6 additions and 2 deletions

View File

@ -114,7 +114,7 @@
<dependency>
<groupId>netbeans</groupId>
<artifactId>cvslib</artifactId>
<version>200310240100</version>
<version>3.6</version>
</dependency>
<dependency>
<groupId>regexp</groupId>

View File

@ -28,6 +28,7 @@ import org.netbeans.lib.cvsclient.CVSRoot;
import org.netbeans.lib.cvsclient.Client;
import org.netbeans.lib.cvsclient.admin.StandardAdminHandler;
import org.netbeans.lib.cvsclient.command.Command;
import org.netbeans.lib.cvsclient.command.CommandAbortedException;
import org.netbeans.lib.cvsclient.command.CommandException;
import org.netbeans.lib.cvsclient.command.GlobalOptions;
import org.netbeans.lib.cvsclient.commandLine.CommandFactory;
@ -106,7 +107,7 @@ public class CvsConnection
* Creates the connection and the client and connects.
*/
private void connect(CVSRoot root, String password)
throws IllegalArgumentException, AuthenticationException
throws IllegalArgumentException, AuthenticationException, CommandAbortedException
{
connection = ConnectionFactory.getConnection(root);
if (CVSRoot.METHOD_PSERVER.equals(root.getMethod()))

View File

@ -26,6 +26,9 @@
</properties>
<body>
<release version="1.5" date="in CVS">
<action dev="brett" type="update" issue="MPCHANGELOG-31">
Use Netbean 3.6 version of cvslib to fix cvs 1.11.2 bug.
</action>
<action dev="dion" type="update">
Increase password read failure from debug to warning and provide more
information