Bug 58276 - Relativize include paths
Summary: Relativize include paths
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: PC All
: P2 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
: 58184 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-08-24 07:44 UTC by angely.pro
Modified: 2015-10-03 20:38 UTC (History)
0 users



Attachments
Patch for the relativize include paths feature (8.17 KB, patch)
2015-08-24 07:44 UTC, angely.pro
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description angely.pro 2015-08-24 07:44:20 UTC
Created attachment 33030 [details]
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).
Comment 1 Philippe Mouawad 2015-10-03 20:38:31 UTC
*** Bug 58184 has been marked as a duplicate of this bug. ***
Comment 2 The ASF infrastructure team 2022-09-24 20:38:00 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3652