Re: [gradle-user] Performance problem with simple build script and several Maven repos

2010-11-08 Thread Paul Speed
On 11/8/2010 4:14 PM, Adam Murdoch wrote: On 08/11/2010, at 5:12 PM, Paul Speed wrote: On 11/8/2010 1:10 AM, Adam Murdoch wrote: There's a few things we'd like to change in Gradle to help deal with this problem: * Add some better diagnostics, so you can see which dependencies/repositori

Re: [gradle-user] Performance problem with simple build script and several Maven repos

2010-11-08 Thread Adam Murdoch
On 08/11/2010, at 5:12 PM, Paul Speed wrote: > > > On 11/8/2010 1:10 AM, Adam Murdoch wrote: >> >> There's a few things we'd like to change in Gradle to help deal with >> this problem: >> >> * Add some better diagnostics, so you can see which >> dependencies/repositories are taking the time.

Re: [gradle-user] Performance problem with simple build script and several Maven repos

2010-11-07 Thread Paul Speed
On 11/8/2010 1:10 AM, Adam Murdoch wrote: There's a few things we'd like to change in Gradle to help deal with this problem: * Add some better diagnostics, so you can see which dependencies/repositories are taking the time. For example, dependency resolution might be integrated into the profi

Re: [gradle-user] Performance problem with simple build script and several Maven repos

2010-11-07 Thread Adam Murdoch
On 05/11/2010, at 7:54 PM, Luciano Fiandesio wrote: > Hello I have a simple build scripts (http://pastebin.com/khtCuK0N) to build a > war with some dependencies. Pretty basic stuff, except that I have a long > list of mavenRepo I have to connect to. > The issue here is that it takes several sec

[gradle-user] Performance problem with simple build script and several Maven repos

2010-11-05 Thread Luciano Fiandesio
Hello I have a simple build scripts (http://pastebin.com/khtCuK0N) to build a war with some dependencies. Pretty basic stuff, except that I have a long list of mavenRepo I have to connect to. The issue here is that it takes several second (up to one mintue) to go past the "compileJava" step. My sam