SSL Manager description and feature

2015-02-28 Thread Philippe Mouawad
Hello, Reading documentation of SSL Manager in component reference: - http://jmeter.apache.org/usermanual/component_reference.html#SSL_Manager I have few suggestions. 1/ Should this really be in component reference as it's more a menu item 2/ AFAIU it only works in GUI mode and only

Re: Module controller UI : automatic name replace

2015-02-28 Thread Philippe Mouawad
Hi, Thanks for your contribution. My answer below. On Tue, Feb 24, 2015 at 8:26 PM, Maciej Franek maciej.fra...@gmail.com wrote: Hello everyone, Can you share your opinion about issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=57561 Currently, combobox is replaced by a tree and it is

JMeter 2.12 Transitive Dependency Issues

2015-02-28 Thread Mark Collin
Just a quick heads up about this bug https://bz.apache.org/bugzilla/show_bug.cgi?id=57649 It would be good to have a test that checks to see if there are any transitive dependency issues in maven after the POMs are built.

Re: Some Javadoc warning to fix before next release?

2015-02-28 Thread Felix Schumacher
Am 28.02.2015 um 21:18 schrieb Milamber: Hello, When I launch the distribution task to test the next release, I've these Javadoc warning messages: [javadoc] /home/milamber/temp/jmetertemp/src/core/org/apache/jmeter/save/SaveService.java:515: warning - @param argument file is not a parameter

Re: Some Javadoc warning to fix before next release?

2015-02-28 Thread Milamber
Great Thanks Felix. On 28/02/2015 20:56, Felix Schumacher wrote: Am 28.02.2015 um 21:18 schrieb Milamber: Hello, When I launch the distribution task to test the next release, I've these Javadoc warning messages: [javadoc]

Some Javadoc warning to fix before next release?

2015-02-28 Thread Milamber
Hello, When I launch the distribution task to test the next release, I've these Javadoc warning messages: [javadoc] /home/milamber/temp/jmetertemp/src/core/org/apache/jmeter/save/SaveService.java:515: warning - @param argument file is not a parameter name. [javadoc]

Re: JMeter 2.12 Transitive Dependency Issues

2015-02-28 Thread Rainer Jung
Am 28.02.2015 um 16:08 schrieb Mark Collin: Just a quick heads up about this bug https://bz.apache.org/bugzilla/show_bug.cgi?id=57649 This should be a dublicate of BZ 57555 fixed in r1659390. It would be good to have a test that checks to see if there are any transitive dependency issues

propsFile = File.createTempFile(jmeter-plugins, .properties);

2015-02-28 Thread Milamber
Hello, jmeter-plugins will merge with JMeter? :) in /Jmeter/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java line 41. Milamber

Error or Warning message Index: 0, Size: 0 on the ant task test

2015-02-28 Thread Milamber
Hello, When I run the ant task distribution, I've this message on the test task: [java] Created: 92 tests including 8 suites [java] Starting test run, test count = 2529 [java] . [java] .

Re: propsFile = File.createTempFile(jmeter-plugins, .properties);

2015-02-28 Thread Andrey Pokhilko
Hey, What made you think of it like this? :) Did I do any mistake with class name or what? Andrey Pokhilko On 02/28/2015 11:13 PM, Milamber wrote: Hello, jmeter-plugins will merge with JMeter? :) in /Jmeter/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java line 41. Milamber

Re: propsFile = File.createTempFile(jmeter-plugins, .properties);

2015-02-28 Thread Milamber
On 01/03/2015 06:07, Andrey Pokhilko wrote: Hey, What made you think of it like this? :) Just the string jmeter-plugins in the class. Did I do any mistake with class name or what? anything. all is good Andrey Pokhilko On 02/28/2015 11:13 PM, Milamber wrote: Hello, jmeter-plugins

Re: propsFile = File.createTempFile(jmeter-plugins, .properties);

2015-02-28 Thread Andrey Pokhilko
Ah, now I see. Yes, I had to copy fixture helper from plugins, because I haven't found existing way to do it in jmeter codebase. I have removed the word. Andrey Pokhilko On 03/01/2015 10:12 AM, Milamber wrote: On 01/03/2015 06:07, Andrey Pokhilko wrote: Hey, What made you think of it like