2008/4/21 Tim Kaltenbrunner <[EMAIL PROTECTED]>: > > 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? >
Yes, on the Test Plan. However, some of the above methods should have worked... Try running a GUI test using user.classpath in jmeter.properties. Then run this non-GUI as a double-check. That should then work with Ant. > -- > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

