[logback-dev] [Bug 31] LOGBack 0.6 Maven 2 build broken

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Dec 15 21:07:51 CET 2006


http://bugzilla.qos.ch/show_bug.cgi?id=31


tacpub at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|REMIND                      |




------- Comment #3 from tacpub at mac.com  2006-12-15 21:07 -------
I should have been clearer about "build." What I really mean is that you can't
include LOGBack 0.6 in another project because of this issue. LOGBack 0.5 works
fine; I'm hoping it's really fixed in 0.7. It's not a versioning issue, I only
downloaded 0.6 recently.

If I include the following in my project, Maven will refuse to build it because
of the error I mentioned earlier:

                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-classic</artifactId>
                        <version>0.6</version>
                </dependency>

When I say "explicitly forcing 1.1.0-RC1" doesn't work, I mean that adding
exclusions for slf4j-api and/or slf4j-parent and specifying slf4j-1.1.0-RC1 as
an explicit dependency doesn't help. There are problems with slf4j-1.1.0-RC0
that prevent including LOGBack 0.6 in a project.


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the logback-dev mailing list