You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rusty Wright <ru...@gmail.com> on 2009/07/01 00:15:57 UTC

Re: bug? strange resolution of commons-logging dependency

This may be a dumb or inappropriate question, but why does Tomcat need commons logging?  Why can't it just use java util logging?


Jörg Schaible wrote:
> Hi Ceki,
> 
> Ceki Gulcu wrote at Dienstag, 30. Juni 2009 16:45:
> 
>>
>> Jörg Schaible wrote:
>>
>>> You've been right, I should have read your question closer. See Dennis'
>>> answer. Actually there was an attempt to release an official empty
>>> commons-logging at Apache recently and it was tunred down exactly because
>>> we could foresee this problem you're facing now :-/
>> Note that we wanted to release version 0.0-EMPTY, not version 99. One
>> could argue that releasing 0.0-EMPTY could have prevented this issue
>> from occurring.
> 
> Since the algorithm takes the distance into account, it could have been
> happened also:
> 
> A depends on B, C
> B depends on D
> C depends on CL-0.0-EMPTY
> D depends on CL-1.1.1
> 
> C' dep to CL-0.0-EMPTY is nearer -> compilation fails.
> 
> As said, it's a good solution for an end application, but not for libraries
> used by others ;-)
> 
> - Jörg
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

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


Re: bug? strange resolution of commons-logging dependency

Posted by Jörg Schaible <jo...@gmx.de>.
Rusty Wright wrote at Mittwoch, 1. Juli 2009 00:15:

> This may be a dumb or inappropriate question, but why does Tomcat need
> commons logging?  Why can't it just use java util logging?

Who did mention Tomcat in this thread? And no, recent versions of Tomcat use
their own logging framework JULI which is based on JUL.

- Jörg


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