kulya / jmeter-gradle-plugin

Other
40 stars 27 forks source link

Latest code looks for saveservice.properties in the working folder #21

Closed rgururaj closed 11 years ago

rgururaj commented 11 years ago

Latest code looks for saveservice.properties in the working folder rather than workDir/${buildDir}/jmeter/

2013/08/29 15:08:46 FATAL - jmeter.save.SaveService: Bad saveservice properties file java.io.FileNotFoundException: /root/XYModule/saveservice.properties (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:120) at java.io.FileInputStream.(FileInputStream.java:79) at org.apache.jmeter.save.SaveService.loadProperties(SaveService.java:212) at org.apache.jmeter.save.SaveService.initProps(SaveService.java:223) at org.apache.jmeter.save.SaveService.(SaveService.java:188) at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:112) at org.apache.jmeter.gui.action.LoadRecentProject.doAction(LoadRecentProject.java:68) at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81) at org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:40) at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:63) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)

where as saveservice.properties is at /root/XYModule/build/jmeter/.

rgururaj commented 11 years ago

Sorry I guess it was my mistake.