dion        2003/02/09 06:43:27

  Modified:    src/java/org/apache/maven/verifier DependencyVerifier.java
  Log:
  Remove tabs
  
  Revision  Changes    Path
  1.18      +14 -14    
jakarta-turbine-maven/src/java/org/apache/maven/verifier/DependencyVerifier.java
  
  Index: DependencyVerifier.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/verifier/DependencyVerifier.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- DependencyVerifier.java   9 Feb 2003 14:37:53 -0000       1.17
  +++ DependencyVerifier.java   9 Feb 2003 14:43:27 -0000       1.18
  @@ -330,19 +330,19 @@
                   // a previous remote repo, then artifactFound is false indicating
                   // that the artifact could not be found in any of the remote repos
                   //
  -                             // arguably, we need to give the user better control 
(another command-
  -                             // line switch perhaps) of what to do in this case? 
Maven already has
  -                             // a command-line switch to work in offline mode, but 
what about when
  -                             // one of two or more remote repos is unavailable? 
There may be multiple
  -                             // remote repos for redundancy, in which case you 
probably want the build
  -                             // to continue. There may however be multiple remote 
repos because some
  -                             // artifacts are on one, and some are on another. In 
this case, you may
  -                             // want the build to break.
  -                             //
  -                             // print a warning, in any case, so user catches on to 
mistyped
  -                             // hostnames, or other snafus
  -                             // FIXME: localize this message
  -                             System.out.println("Error retrieving artifact from [" 
+ url + "]: " + e); 
  +                // arguably, we need to give the user better control (another 
command-
  +                // line switch perhaps) of what to do in this case? Maven already 
has
  +                // a command-line switch to work in offline mode, but what about 
when
  +                // one of two or more remote repos is unavailable? There may be 
multiple
  +                // remote repos for redundancy, in which case you probably want the 
build
  +                // to continue. There may however be multiple remote repos because 
some
  +                // artifacts are on one, and some are on another. In this case, you 
may
  +                // want the build to break.
  +                //
  +                // print a warning, in any case, so user catches on to mistyped
  +                // hostnames, or other snafus
  +                // FIXME: localize this message
  +                System.out.println("Error retrieving artifact from [" + url + "]: " 
+ e); 
               }
           }
   
  
  
  

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

Reply via email to