Problem solved! The build file puts all of the Jmeter jars in the lib/ext directory. But somehow, some jars were also present in de lib directory, and they take precedence...
I now have a FTP Transfer Sampler hacked together, so now I can test how long it takes to - send - a file via FTP. Anyone who's interrested, sources can be downloaded from: http://www.coret.org/ot/ftpsend.zip Regards, Bob Coret -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wed 13-7-2005 16:26 To: JMeter Developers List Cc: Subject: Re: Problem witth resource/message.properties There is already an FTP Sampler ... Have you recreated the jars? JMeter gets its resources from the jars. Check that the property file in JMeter_core.jar actually contains the key you expect. S. On 7/13/05, Coret Bob <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to build a FTP sampler which sends files. My problem is that the > labels in the GUI don't show... > > I have added some labels to > src\core\org\apache\jmeter\resources\messages.properties, eg.: > > ftpsend_testing_title=FTP Transfer > > When I build and open Jmeter the label shows as up as: > > [res_key=ftpsend_testing_title] > > Also, "ant test" notes: > > [java] 4) > GUIComponents1(org.apache.jmeter.junit.JMeterTest)junit.framework.AssertionFailedError: > 'ftpsend_testing_title' should be in resource file for > org.apache.jmeter.protocol.ftpsend.control.gui.FtpTestSamplerGui > > What am I doing wrong? > > Regards, > Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
