Thanks, I found the Eclipse issue at least: http://jira.codehaus.org/browse/GRADLE-1092
<http://jira.codehaus.org/browse/GRADLE-1092>Fortunately, excluding transitives on the dependencies depending on this jar does seem to work as a workaround for now. On Wed, Oct 13, 2010 at 11:34 AM, Jason Porter <[email protected]>wrote: > Not sure on the JIRA number, but this is a known bug for eclipse and > idea modules. > > Jason Porter > http://lightguard-jp.blogspot.com > http://twitter.com/lightguardjp > > Software Engineer > Open Source Advocate > > PGP key id: 926CCFF5 > PGP key available at: keyserver.net, pgp.mit.edu > > > > On Wed, Oct 13, 2010 at 08:34, Ben Dotte <[email protected]> wrote: > > Hi, > > I'm trying to convert an existing project to Gradle 0.9rc1, starting with > > dependencies. I've seen the documentation on how to exclude transitive > > dependencies, but I can't seem to get it to work. The jar I am trying to > > exclude is org.slf4j.slf4j-log4j12. It is a transitive dependency for > > several other dependencies. > > I've tried excluding it several ways, but even down to the simplest form > I > > can think of it is still getting included: > > configurations { > > all*.exclude group: 'org.slf4j' > > } > > I'm specifically trying to get it so that this jar is not included in my > > idea project when I run "gradle idea". Is that how this is intended to > work? > > I guess I could also try using @jar on the jars with this dependency, but > > there are a lot of them. > > Thanks. > > -- > > Ben Dotte > > Lead Developer > > Widen Enterprises, Inc. > > 608-443-5439 > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Ben Dotte Lead Developer Widen Enterprises, Inc. 608-443-5439
