You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matt Bockol (JIRA)" <ji...@apache.org> on 2009/11/02 05:35:00 UTC

[jira] Created: (WICKET-2559) /getting-wicket.html mentions needing slf4j-log4j12.jar in the classpath, but it should also note that slf4j-api.jar is required too (it's wasn't obvious to me at first)

/getting-wicket.html mentions needing slf4j-log4j12.jar in the classpath, but it should also note that slf4j-api.jar is required too (it's wasn't obvious to me at first)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: WICKET-2559
                 URL: https://issues.apache.org/jira/browse/WICKET-2559
             Project: Wicket
          Issue Type: Bug
          Components: site
    Affects Versions: 1.4.3
         Environment: Firefox :)
            Reporter: Matt Bockol


I'm was trying to use wicket with embedded jetty for a project and ran into trouble with SLF4j. It turned out I needed to include both slf4j-log4j12.jar and slf4j-api.jar in my classpath, though the page at /getting-wicket.html only mentions the former. As a newb, this wasn't obvious at first. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-2559) /getting-wicket.html mentions needing slf4j-log4j12.jar in the classpath, but it should also note that slf4j-api.jar is required too (it's wasn't obvious to me at first)

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-2559:
-------------------------------------

    Assignee: Martijn Dashorst

> /getting-wicket.html mentions needing slf4j-log4j12.jar in the classpath, but it should also note that slf4j-api.jar is required too (it's wasn't obvious to me at first)
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2559
>                 URL: https://issues.apache.org/jira/browse/WICKET-2559
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.4.3
>         Environment: Firefox :)
>            Reporter: Matt Bockol
>            Assignee: Martijn Dashorst
>
> I'm was trying to use wicket with embedded jetty for a project and ran into trouble with SLF4j. It turned out I needed to include both slf4j-log4j12.jar and slf4j-api.jar in my classpath, though the page at /getting-wicket.html only mentions the former. As a newb, this wasn't obvious at first. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2559) /getting-wicket.html mentions needing slf4j-log4j12.jar in the classpath, but it should also note that slf4j-api.jar is required too (it's wasn't obvious to me at first)

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst resolved WICKET-2559.
--------------------------------------

    Resolution: Won't Fix

slf4j-api is a compile time dependency, so this should be taken care of by maven. Listing all dependencies on this page would be a drag for us and would get out of date quickly, as we use maven for this.

> /getting-wicket.html mentions needing slf4j-log4j12.jar in the classpath, but it should also note that slf4j-api.jar is required too (it's wasn't obvious to me at first)
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2559
>                 URL: https://issues.apache.org/jira/browse/WICKET-2559
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.4.3
>         Environment: Firefox :)
>            Reporter: Matt Bockol
>            Assignee: Martijn Dashorst
>
> I'm was trying to use wicket with embedded jetty for a project and ran into trouble with SLF4j. It turned out I needed to include both slf4j-log4j12.jar and slf4j-api.jar in my classpath, though the page at /getting-wicket.html only mentions the former. As a newb, this wasn't obvious at first. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.