On 25 May 2010 01:40, Adam Murdoch <[email protected]> wrote: > > > On 13/05/10 11:31 PM, Walter Di Carlo wrote: >> >> Hi, >> >> I am trying to customize the uploadArchives task in order to copy the >> generated jar into the lib folder of the dependents project. So, >> having the follwoing structure >> >> prjA >> lib >> dist >> prjB >> lib >> dist >> >> where prjA depends on prjB. Then I would like to copy the generated >> jar in the prjB/dist into the prjA/lib. >> > > I'm curious why you want to do this, if you don't mind me asking. There may > be some other way to achieve what you need. >
We just wish each project is self-consistent. This way, a developer can checkout a project without to be forced to checkout other projects. Let say, it is like to have a distributed repository. Of course, the use of a central repository would be much simpler, but we still are not ready for it ;) Does it make sense? Anyway, thank you for your interest. Ciao Walter > > -- > Adam Murdoch > Gradle Developer > http://www.gradle.org > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
