On Tue, 6 Jul 2010 06:57:51 -0700 (PDT) Andrey Chaschev <[email protected]> wrote:
Hello Andrey. > I've tried search and didn't find the answer among first 50. :) May be Perhaps you ought to go back farther :-) > someone could give me a small tip on how to support a local network > repository for Gradle projects? The idea is to store libraries on a > single local machine. With this practice we are trying to avoid > downloading tons of jars from www repositories. In a similar need I made local (in-house) www repo. I think it makes hardly a difference to download something from a shared file system or www if they are on local network. In case this approach is acceptable for you, take a look at this: http://gradle.codehaus.org/Cookbook#Cookbook-Customrepositorystructureanditsaccesspatterns This was the originating thread: http://gradle.markmail.org/search/?q=custom+repository#query:custom%20repository%20list%3Aorg.codehaus.gradle.user+page:2+mid:p6fhvi7gvpuew254+state:results Since then I changed somewhat the repo structure, due to an Ivy issue: http://gradle.markmail.org/search/?q=K%C3%BAti#query:K%C3%BAti+page:2+mid:oj3vrpex75trervp+state:results Since managing dependencies and upload artifacts is cumbersome on the long run I found using a repo manager appealing. Zsolt --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
