Hans, looks like the idea plugin is doing the same thing with ignoring
excludes in configurations.

On Fri, Aug 6, 2010 at 01:49, Hans Dockter <[email protected]> wrote:
> Thanks for reporting this. I will try to fix this for 0.9-final.
> - Hans
> --
> Hans Dockter
> Founder, Gradle
> http://www.gradle.org, http://twitter.com/gradleorg
> CEO, Gradle Inc. - Gradle Training, Support, Consulting
> http://www.gradle.biz
> On Thu, Aug 5, 2010 at 2:49 AM, bryan <[email protected]> wrote:
>>
>> I thought I'd come up with a more complete example to illustrate the
>> issue.
>> Here is a build script:
>>
>>
>> apply plugin: "java"
>> apply plugin: "eclipse"
>>
>> repositories {
>>  mavenCentral()
>> }
>>
>> configurations {
>>  compile {
>>    exclude group:"commons-logging"
>>  }
>> }
>>
>> dependencies {
>>  compile "org.springframework:spring-core:3.0.3.RELEASE"
>> }
>>
>>
>> When you run "gradle eclipseCp" with 0.9preview3, commons-logging is not
>> added to the .classpath file, as expected. When you run "gradle
>> eclipseClasspath" with 0.9rc1, commons-logging IS added to the .classpath
>> file.
>>
>> --
>> View this message in context:
>> http://gradle.1045684.n5.nabble.com/Eclipse-classpath-in-0-9-rc1-ignores-excludes-tp2264807p2264845.html
>> Sent from the gradle-user mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>
>



-- 
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

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to