https://bz.apache.org/bugzilla/show_bug.cgi?id=58276
Bug ID: 58276
Summary: Relativize include paths
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33030
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33030&action=edit
Patch for the relativize include paths feature
Since Bug 43389, include files are allowed to be found relative.
Now, it would be even better if JMeter could determine relative paths of the
included files (between the path of the current JMX file and the base dir).
This is typically useful when a team works on some scenarios through a Git
repository because the paths are different from one computer to another.
Please find attached a patch for this feature(Java 7 is required because of the
using of java.nio.file.Path#relativize).
--
You are receiving this mail because:
You are the assignee for the bug.