You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/04/28 06:11:38 UTC

cvs commit: maven-plugins/changelog/xdocs changes.xml

brett       2004/04/27 21:11:38

  Modified:    changelog project.xml
               changelog/src/main/org/apache/maven/cvslib
                        CvsConnection.java
               changelog/xdocs changes.xml
  Log:
  PR: MPCHANGELOG-31
  upgrade cvslib to fix bug in old version
  
  Revision  Changes    Path
  1.35      +1 -1      maven-plugins/changelog/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	2 Apr 2004 03:48:56 -0000	1.34
  +++ project.xml	28 Apr 2004 04:11:38 -0000	1.35
  @@ -114,7 +114,7 @@
       <dependency>
         <groupId>netbeans</groupId>
         <artifactId>cvslib</artifactId>
  -      <version>200310240100</version>
  +      <version>3.6</version>
       </dependency>
       <dependency>
         <groupId>regexp</groupId>
  
  
  
  1.8       +2 -1      maven-plugins/changelog/src/main/org/apache/maven/cvslib/CvsConnection.java
  
  Index: CvsConnection.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/src/main/org/apache/maven/cvslib/CvsConnection.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CvsConnection.java	27 Apr 2004 05:11:09 -0000	1.7
  +++ CvsConnection.java	28 Apr 2004 04:11:38 -0000	1.8
  @@ -28,6 +28,7 @@
   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 @@
   	 * 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()))
  
  
  
  1.26      +3 -0      maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- changes.xml	27 Apr 2004 05:10:09 -0000	1.25
  +++ changes.xml	28 Apr 2004 04:11:38 -0000	1.26
  @@ -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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org