jvanzyl     02/03/11 20:12:19

  Modified:    src/java/org/apache/maven UpdateResources.java
  Log:
  We want to continue to attempt and download the other files and
  not just dump completely because of a single error.
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-turbine-maven/src/java/org/apache/maven/UpdateResources.java
  
  Index: UpdateResources.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/UpdateResources.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UpdateResources.java      12 Mar 2002 04:10:11 -0000      1.3
  +++ UpdateResources.java      12 Mar 2002 04:12:19 -0000      1.4
  @@ -295,7 +295,7 @@
                   log("Error getting " + source + " to " + destinationFile);
                   if (ignoreErrors)
                   {
  -                    return;
  +                    continue;
                   }
                   throw new Exception(ioe.getMessage());
               }
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to