Previously in wagon, the "transferError" event was used haphazardly (ie, not for all errors, inconsistently across providers, etc). It's use is now uniform.

However, it is firing for all exceptions (including not found and authorization failures). On second thought that is probably not the expected behaviour so I'll file that in Wagon.

However, the printStackTrace() in the download monitor in maven-core is probably erroneous - all those exceptions are still thrown by Wagon and *should* be handled/logged by Maven if appropriate. I think that line could go.

Cheers,
Brett

On 17/07/2008, at 12:15 AM, John Casey wrote:

Please file this with fix-for of 2.0.10. I'll take a look.

-john

nicolas de loof wrote:
Running mvn eclipse:eclipse on my project dump many stacktrace on the
console :
Downloading:
http://sai1rennes:8888/archiva/repository/releases/org/jmock/jmock/ 2.4.0/jmock-2.4.0-javadoc.jar org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate
resource in repository
       at
org .apache .maven .wagon .providers .http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java: 132)
...
The requested artifact is not present in the repo, but this is not blocker
and maven 2.0.9 does not dump such errors.
2008/7/16 John Casey <[EMAIL PROTECTED]>:
Hi again,

As promised, I've staged the first release candidate for Maven 2.0.10 here:


http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC1/org/apache/maven/apache-maven/2.0.10-RC1/ <http://people.apache.org/%7Ejdcasey/stage/apache-maven/2.0.10-RC1/org/apache/maven/apache-maven/2.0.10-RC1/ >

The issues resolved for this release (so far) are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=14112

If you look at the Road Map view in JIRA, you'll notice that MNG-3639 is still open. This is because one of the possible solutions to this issue - and the only one that the Maven project really has control over - depends on re-releasing a new version of commons-build-plugin that will depend on the
eventual 2.0.10 version of maven-script-ant.

Please, try out this release candidate and let me know what's broken! Once things stabilize, I'll kick it out to the users to have a go, then if it's still stable after that (or, whatever RC we find is stable at that point), I'll call a vote to release. At that point, I'll run a new build to generate
artifacts without the RC# suffix in the version.

Thanks!

-john

--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/

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



--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/

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


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


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

Reply via email to