Hi,
Have a strange issue with the eclipse task:
With no existing .classpath, the task generates the following entry:
<classpathentry
sourcepath="GRADLE_CACHE/org.scala-lang/scala-library/sources/scala-library-2.8.0-sources.jar"
kind="var"
path="GRADLE_CACHE/org.scala-lang/scala-library/jars/scala-library-2.8.0.jar"
exported="true"/>
But I've set up the scalaTools configuration to use Scala 2.8.1 and
"gradle dep" doesn't show any trace of scala-library-2.8.0.jar.
It looks like a transitive dependency, so I tried to add:
configurations {
all*.exclude group: "org.scala-lang", module: "scala-library"
}
But this doesn't seem to change anything. Any hints?
/Jeppe
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email