kcl-ddh / kiln

Kiln is a multi-platform framework for building and deploying complex websites whose source content is primarily in XML. It brings together various independent software components into an integrated whole that provides the infrastructure and base functionality for such sites.
Apache License 2.0
34 stars 62 forks source link

Conflicting jars #8

Closed jmiguelv closed 12 years ago

jmiguelv commented 12 years ago

There are two conflicting versions of the slf4j-api jar in webapps/root/WEB-INF/lib. This causes a NoScuhMethodError during the build process, and results in a 404 error when accessing the webapp on the browser.

ajenhl commented 12 years ago

For the record, I never saw this problem on two different machines, using the same version of Java as Miguel.