On Mon, 5 Apr 2010 06:02:14 -0700 (PDT) Gradlist <[email protected]> wrote:
> > Hi, > > currently, I'm testing Gradle as an alternative to Maven. In my > projects, there are some 3rd party jars, which aren't available in > any (Maven) repositories. My problem is now, how could I manage it to > install these jars into my local .gradle repository. (If it's > possible, I don't want to use the local Maven repository, because > Gradle should run independently.) At the moment, I get a lot of > exceptions because of missing jars. In Maven, it's quite simple by > running the install command. However, my Google search for something > similar to the Maven install command wasn't successful. Has anybody > an idea? > > Thanks a million in advance. In the User Guide you can find a chapter (28.) on dependency management: http://www.gradle.org/0.9-preview-1/docs/userguide/userguide_single.html#dependency_management Some additional info is available in the Cookbok: Custom repository structure and its access patterns http://gradle.codehaus.org/Cookbook#Cookbook-Customrepositorystructureanditsaccesspatterns and the next one. Hope this will give you a start. Zsolt --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
