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: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]