Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Unassigned Priority: Major Time Spent: Unknown Remaining: 1 minute Project: maven Components: core Versions: 1.0-beta-10 Assignee: Reporter: Colin Sampaleanu Created: Mon, 4 Aug 2003 12:11 PM Updated: Mon, 4 Aug 2003 12:11 PM 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
