tinca wrote:
> 
> ...
> Now, most of my dependencies gets resolved except the groovy one which
> gives:
>  http://our.www.server/librepo/groovy/1.6-RC-1/groovy.jar
> The jar should contain the revision however: groovy-all-1.6-RC-1.jar
> 
> Is it possible at all to mix client module transitive dependencies where
> some may contain revision in the artifact name and some are not? If I
> remember well, in an other type of dependency gradle makes efforts to find
> artifact with both versioned and unversioned forms.
> 
> If not possible, then the only way to go repo has to contain revisioned
> jars, right?
> ..
> 

This is just to show the details of the resolving process:

module not found: groovy#groovy;1.6-RC-1
        ==== clientModule: tried
        ==== internal-repository: tried
          
/project/path/.gradle/internal-repository/groovy/groovy/ivy-1.6-RC-1.xml
          -- artifact groovy#groovy;1.6-RC-1!groovy.jar:
         
/project/path/.gradle/internal-repository/groovy/groovy/jars/groovy-1.6-RC-1.jar
        ==== ourRepo: tried
          http://our.www.server/librepo/groovy/1.6-RC-1/groovy.xml
          -- artifact groovy#groovy;1.6-RC-1!groovy.jar:
          http://our.www.server/librepo/groovy/1.6-RC-1/groovy.jar

ourRepo contains no descriptors.

Zsolt
-- 
View this message in context: 
http://old.nabble.com/How-to-define-custom-remote-repo-for-client-dependency--tp27255683p27271239.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


Reply via email to