Re: csv and xml logs

2005-08-02 Thread Peter Lin
I managed to fix one of the two remaining issues bronagh reported. the remaining is related to using user variables with functions. that one is rather hard to debug, so I think it's best to include in the next release and not in 2.1. I can always provide a patched version to bronagh if I manage t

Re: csv and xml logs

2005-08-02 Thread sebb
Is this fix not in 2.1RC1? S. On 25/07/05, Bronagh McElduff <[EMAIL PROTECTED]> wrote: > Unfortunately, the version I am using has a specific fix I require for > testing web services. > > Yuval wrote: > > >Did you try to run it with ver 2.03? > > > >On 7/25/05, Bronagh McElduff <[EMAIL PROTECTED

Re: csv and xml logs

2005-07-25 Thread Bronagh McElduff
Unfortunately, the version I am using has a specific fix I require for testing web services. Yuval wrote: Did you try to run it with ver 2.03? On 7/25/05, Bronagh McElduff <[EMAIL PROTECTED]> wrote: Hi, I am experiencing the same problem when using the Web service sampler. Despite settin

Re: csv and xml logs

2005-07-25 Thread Yuval
Did you try to run it with ver 2.03? On 7/25/05, Bronagh McElduff <[EMAIL PROTECTED]> wrote: > > Hi, > > I am experiencing the same problem when using the Web service sampler. > Despite setting the variable: > jmeter.save.saveservice.output_format=csv > > The results file produced is always in

Re: csv and xml logs

2005-07-25 Thread Bronagh McElduff
Hi, I am experiencing the same problem when using the Web service sampler. Despite setting the variable: jmeter.save.saveservice.output_format=csv The results file produced is always in XML. I am using JMeter version 2.1.20050531 I have attached my configuration file, in case there is someth

Re: csv and xml logs

2005-05-19 Thread sebb
Yes, the formats have changed. You can force the 2.0 format by setting the appropriate property in jmeter.properties - have a look there. S. On 5/19/05, Yuval <[EMAIL PROTECTED]> wrote: > Thanks sebb, > > Well, I checked it and it's pretty strange. When I tried to use the 2.03 > version it worke

Re: csv and xml logs

2005-05-18 Thread sebb
Which version of JMeter are you using? The properties work OK in most versions of JMeter. S. On 5/18/05, Yuval <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to work with the TCP sampler. > When I tried to change the log format from xml to csv in the > jmeter.properties it had no affect. > After d

csv and xml logs

2005-05-18 Thread Yuval
Hi, I'm trying to work with the TCP sampler. When I tried to change the log format from xml to csv in the jmeter.properties it had no affect. After digging in the code I found out that the xml is set to true at the jmx file (the test plan). Only after changing it to false it created me csv fil