dajester2013 / ivysvn

Automatically exported from code.google.com/p/ivysvn
Apache License 2.0
0 stars 0 forks source link

Remove error messages when artifact cannot be found during retrieve #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like ivysvn produces error messages when an artifact can NOT
be found in the ivysvn resolver.  These error messages should NOT
occur since this is a NORMAL occurrence.  If I use a chained resolver,
then the desired artifact will be searched in all resolvers in my
chain before picking the best one.  Therefore, it needs to be able to
search the ivysvn resolver and NOT find it and NOT throw an error
message.

My users will think the build is not working properly if they start
seeing error messages from ivysvn when there really is no error.

Original issue reported on code.google.com by massdosage on 21 Apr 2009 at 5:38

GoogleCodeExporter commented 9 years ago
I assume the error messages you are talking about are these:

[resolve]   No resource found at
svn://localhost/opt/svntest/repo/root/test/java/repository/constructus/toolkitus
er/2.0/toolkituser.jar,
returning default resource

i.e. the ones that occur when a resource is being resolved. 

Original comment by massdosage on 21 Apr 2009 at 5:54

GoogleCodeExporter commented 9 years ago
Resource not found "errors" are now logged at debug level, not error when 
resolving a
resource. This is fixed in the trunk if you want to try it out. It will go into 
2.0.0
which I plan to release shortly.

Original comment by massdosage on 21 Apr 2009 at 5:59