Logging error

A quick note about a logging issue that you may face. If you see an error similar to this:
“SLF4J: The requested version 1.5.8 by your slf4j binding is not compatible with [1.6]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file [C:\openGamma\OG-Platform\projects\OG-Examples\config\engine-spring.xml]; nested exception is java.lang.AbstractMethodError: ch.qos.logback.classic.Logger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V”

then the underlying problem is a change to some of the dependencies. The cure is to run “ant clean-ivy-cache clean publish-all-local” at the top level, which knocks out the broken dependencies in Ivy.