Re: [VOTE] Release JMeter 5.2 RC4

2019-10-27 Thread Philippe Mouawad
Hi Felix, See my answer inline below Thanks On Sunday, October 27, 2019, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 27. Oktober 2019 08:36:44 MEZ schrieb Philippe Mouawad < > pmoua...@apache.org>: > >Hello, > >Could somebody check that Bug 63723 is fixed. > > I couldn

Re: Gradle equivalent of 'ant package'?

2019-10-27 Thread Milamber
On 27/10/2019 19:52, Philippe Mouawad wrote: Hello, Although at first it might look more complex when used to ant, in the end IME it improves many fields: - IDE configuration - dependency management - The description looked helpful to me and the grouping was also welcome As of me, I find thi

Re: Gradle equivalent of 'ant package'?

2019-10-27 Thread Philippe Mouawad
Hello, Although at first it might look more complex when used to ant, in the end IME it improves many fields: - IDE configuration - dependency management - The description looked helpful to me and the grouping was also welcome As of me, I find this part (build) has clearly improved following grad

Re: Gradle equivalent of 'ant package'?

2019-10-27 Thread Vladimir Sitnikov
sebb>AFAICT there are 74 actual tasks, plus 3 pattern rules sebb>..., and no helpful description That is not fun. Please refrain from replying with "no helpful description" in case you provide no samples. You have started the email thread with "cannot work out how to do `ant package` with gradle"

Re: Gradle equivalent of 'ant package'?

2019-10-27 Thread sebb
On Sun, 27 Oct 2019 at 01:41, Vladimir Sitnikov wrote: > > >And why does assemble run javadocAggregate? > > The aggregate javadoc is included into the binary distribution, so > assembling binary distribution requires the javadoc. OK. I misunderstood the purpose of the assemble task, assuming it

Re: [VOTE] Release JMeter 5.2 RC4

2019-10-27 Thread Felix Schumacher
Am 27. Oktober 2019 08:36:44 MEZ schrieb Philippe Mouawad : >Hello, >Could somebody check that Bug 63723 is fixed. I couldn't reproduce the failure when it was reported. So I don't think I will be able to reproduce it now. Felix > >I checked on my side and found it was. >My test case was t

Re: [VOTE] Release JMeter 5.2 RC4

2019-10-27 Thread Philippe Mouawad
Hello, Could somebody check that Bug 63723 is fixed. I checked on my side and found it was. My test case was to add a different and significant startup delay for thread group of each agent so that the first one ends before the second starts. But reporter says it’s not without providing anything