buildbot exception in on jmeter-nightly

2019-10-25 Thread buildbot
The Buildbot has detected a build exception on builder jmeter-nightly while building . Full details are available at: https://ci.apache.org/builders/jmeter-nightly/builds/1521 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave7_ubuntu Build Reason: The Nightly

Re: Gradle equivalent of 'ant package'?

2019-10-25 Thread Felix Schumacher
Am 25.10.19 um 16:01 schrieb sebb: > On Fri, 25 Oct 2019 at 14:28, Vladimir Sitnikov > wrote: >> Have you tried the following? >> >> gw runGui -- it builds the jars and launches GUI >> >> gw createDist -- it just populates /lib > (Neither work for me, as gw is not defined as a command) > >

Re: Gradle equivalent of 'ant package'?

2019-10-25 Thread sebb
On Fri, 25 Oct 2019 at 14:28, Vladimir Sitnikov wrote: > > Have you tried the following? > > gw runGui -- it builds the jars and launches GUI > > gw createDist -- it just populates /lib (Neither work for me, as gw is not defined as a command) However ./gradlew runGui works, and is reasonably

Re: Gradle equivalent of 'ant package'?

2019-10-25 Thread Vladimir Sitnikov
Have you tried the following? gw runGui -- it builds the jars and launches GUI gw createDist -- it just populates /lib Vladimir

Gradle equivalent of 'ant package'?

2019-10-25 Thread sebb
The Ant build had a 'package' target that compiled the main source (only) and created the jars under lib/ No tests were run, and the test code was not compiled. This was very useful for testing GUI changes (which are hard/impossible to test with JUnit etc) I cannot work out how to do this with

Re: [VOTE] Release JMeter 5.2 RC4

2019-10-25 Thread Philippe Mouawad
Hello, On french google group, a problem with documentation has been reported Following property logic has been changed, I’ll update doc this evening unless someone wants to do it before me: proxy.number.requests Add numeric *prefix* to Sampler names.defaults to: true Thanks