Hi Jerod,

On Jul 17, 2008, at 3:46 PM, JerodLass wrote:


How can I tell gradle to look at every resolver for a dependency, even if
it's transitive?  Right now, I have the following setup:

dependencies{
    addMavenStyleRepo('MyRepo', 'http://localserv.com/maven-repo/')
    addMavenRepo()
}

I also have dependencies that can be found in either repository. However, some modules in my local repo have trans dependencies that are not in my local repo. If I depend on these modules, gradle will find them in my local repo and then I get unresolved dependencies because it then only looks in the local repo for transitive dependencies. I need gradle to look in at all
resolvers no matter what kind of dependency it is.

Right. That would be the behavior I expect from Gradle. If it does not behave like this it is a bug. I'm surprised as we have integration tests testing this. Could you please file a Jira with fix for 0.3?

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





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

   http://xircles.codehaus.org/manage_email


Reply via email to