On 01/09/07, André Pfeiler <[EMAIL PROTECTED]> wrote: > On Saturday 01 September 2007 10:11, Alf Høgemark wrote: > > I change this setting to > > search_paths=build > > thanks, that worked, but i have to change it to the <absolute path>/build.
That's probably because you started JMeter in the bin directory - you would need ../build. > ------- > 2007/09/01 16:18:13 INFO - jmeter.JMeter: search_paths=build > 2007/09/01 16:18:13 WARN - jmeter.JMeter: Can't read build > ------- > is it always required to run the ant package target once before launching > jmeter using eclipse? Eclipse does not compile RMI classes (as far as I can tell), so unless you run "ant package" you won't be able to use client-server mode. I find it a lot easier to use "ant package" every time with Eclipse. > regards > andré > -- > Fingerprint: E24A B70C 5A81 D05F 39DA 3BEF 8838 728D 24E2 2B75 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

