Re: [gradle-user] eclipse classpath includes wrong Scala version, unable to exclude

2010-11-24 Thread Jeppe Nejsum Madsen
On Tue, Nov 23, 2010 at 7:42 AM, Adam Murdoch wrote: > > On 22/11/2010, at 11:59 PM, Jeppe Nejsum Madsen wrote: > > Hi, > > Have a strange issue with the eclipse task: > > With no existing .classpath, the task generates the following entry: > > sourcepath="GRADLE_CACHE/org.scala-lang/scala-librar

Re: [gradle-user] eclipse classpath includes wrong Scala version, unable to exclude

2010-11-22 Thread Adam Murdoch
On 22/11/2010, at 11:59 PM, Jeppe Nejsum Madsen wrote: > Hi, > > Have a strange issue with the eclipse task: > > With no existing .classpath, the task generates the following entry: > > sourcepath="GRADLE_CACHE/org.scala-lang/scala-library/sources/scala-library-2.8.0-sources.jar" > kind="var"

[gradle-user] eclipse classpath includes wrong Scala version, unable to exclude

2010-11-22 Thread Jeppe Nejsum Madsen
Hi, Have a strange issue with the eclipse task: With no existing .classpath, the task generates the following entry: 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