Re: [gradle-dev] Setting JVM options for daemon VM

2011-12-06 Thread Kris De Volder
> So what happens to this large chunk of memory we've claimed from the > OS but don't go near again? My point was that the OS will probably > page it out because we don't touch it. This is assuming quite a bit > though. > > At no point did I say memory was free. My contention was that, given > the

Re: [gradle-dev] Gradle and TestNG

2011-12-06 Thread Luke Daley
It's your imagination Russel, go back to sleep :P On 28/11/2011, at 9:04 PM, Russel Winder wrote: > Is it my imagination or does every attempt to run TestNG tests from > Gradle now result in: > > >Execution for Test process 'Gradle Worker 1' FAILED >org.gradle.api.internal.tasks

Re: [gradle-dev] Gradle and TestNG

2011-12-06 Thread Daz DeBoer
On 6 December 2011 10:00, Russel Winder wrote: > > > On Tue, 2011-11-29 at 08:14 +1100, Adam Murdoch wrote: > > >> I think it does this for any TestNG > 6.2: > http://issues.gradle.org/browse/GRADLE-1860 > > > > > > To paraphrase my comment on the bug report: Well this sucks, I guess > > > this

Re: [gradle-dev] Gradle and TestNG

2011-12-06 Thread Russel Winder
Adam, Sorry for not replying more quickly. On Tue, 2011-11-29 at 09:59 +1100, Adam Murdoch wrote: > On 29/11/2011, at 8:48 AM, Russel Winder wrote: > > > On Tue, 2011-11-29 at 08:14 +1100, Adam Murdoch wrote: > >> I think it does this for any TestNG > 6.2: > >> http://issues.gradle.org/browse/G

Re: [gradle-dev] Setting JVM options for daemon VM

2011-12-06 Thread Luke Daley
On 05/12/2011, at 5:28 PM, Kris De Volder wrote: > - Original Message - >> >> >> >> >> On 02/12/2011, at 3:33 PM, Peter Niederwieser >> wrote: >> I don't necessarily have a problem with defaults if they are documented and explained to the user via a good error message