Hi all, I am not sure if this is a Gradle issue.
In one of my projects [1] I get "Should not skip: ^" printed to the console. Does Gradle produce them? [...] 15:32:41.828 [main] DEBUG org.gradle.logging.IvyLoggingAdaper - [NOT REQUIRED] org.slf4j#slf4j-api;1.5.11!slf4j-api.jar 15:32:41.828 [main] DEBUG org.gradle.logging.IvyLoggingAdaper - [NOT REQUIRED] com.tonicsystems#jarjar;1.0!jarjar.jar Should not skip: ^ [this msg is repeated 163 times] 15:32:42.703 [main] INFO o.g.a.i.c.DefaultTaskArtifactStateRepository - Executing task ':jar' due to: [...] Some background: I utilize jarjar [1] and extract the jarjar-produced lib into the build/main/classes directory before I let Gradle build the resulting jar. I searched through the Gradle code but I cannot find an indicator that Gradle produces the msg, but maybe I've overseen something. [1] <http://mio.googlecode.com/svn/semagia-mio-rdf/trunk/> [2] <http://jarjar.googlecode.com/> Thanks in advance and best regards, Lars -- Semagia <http://www.semagia.com> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
