You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Milamber <mi...@apache.org> on 2015/02/28 21:13:43 UTC

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

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");

Posted by Andrey Pokhilko <ap...@ya.ru>.
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 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 will merge with JMeter? :)
>>>
>>> in /Jmeter/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
>>> line 41.
>>>
>>> Milamber


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

Posted by Milamber <mi...@apache.org>.
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 will merge with JMeter? :)
>>
>> in /Jmeter/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
>> line 41.
>>
>> Milamber
>


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

Posted by Andrey Pokhilko <ap...@ya.ru>.
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