You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/04 17:33:10 UTC

[jira] Closed: (MAVEN-651) multiple remote repo, file not found should not print, patch included

Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Thu, 4 Sep 2003 10:32 AM

Fixed before rc1 due to user demands :-)
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-651


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-651
    Summary: multiple remote repo, file not found should not print, patch included
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: 1 minute

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0-rc1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Colin Sampaleanu

    Created: Mon, 4 Aug 2003 12:11 PM
    Updated: Thu, 4 Sep 2003 10:32 AM

Description:
I've finally created a fix (attached as a patch) for the longrunning issue that FileNotFoundExceptions (when accessing file based remote repo) and HTTP 404 Errors (when accessing http remote repo) are printed out to the console.

When you are running Maven with multiple remote repos defined, these error messages are extremely annoying, since in fact these are not really errors (it's perfecly ok for a file to be only on one repo but not another).

Note that if in fact the file is not found on _any_ repos, the user will still get an error message saying that the file was not obtained, and the build will still break.

Also, this patch does not affect the current behaviour when exceptions _other_ than FileNotFoundException or HTTP 404 happen. Those exceptions will be printed to the console.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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