Hi, I'm using ant-jmeter-1.0.9.jar to start JMeter tests via ant task. My problem is, that my tests need further jars which I need to define in the classpath. The tests I like to run are using a JUnit Request sampler. I managed to run the tests from the GUI by editing the jmeter.bat (by adding the "-cp ..." to the set ARGS=... line). I already tried to set the classpath in my antscipt by using <jvmarg value="-cp ..."/>. I also tried to set the search_paths flag in user.properties and the user.classpath flag in jmeter.properties. Is there another way to set the classpath?
-- View this message in context: http://www.nabble.com/Set-Classpath-for-Ant-task-tp16806113p16806113.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

