Bug 64841

Summary: Clean up inconsistencies in relative file handling
Product: JMeter - Now in Github Reporter: Michael Osipov <michaelo>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 5.3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Michael Osipov 2020-10-22 18:53:00 UTC
Many elements like CSV Dataset, Include Controller, Script Filename and others take in a relative filename, but they handle them inconsistently. Some use the JMeter script's basedir while others use 'user.dir'. This should be consistently used troughout with the basedir of the JMeter script to support module setups.

For instance, repeating Groovy Pre/Post Processors cannot be reused because I cannot properly reference a Groovy file relative to the script.

This likey can only be resolved for 6.0.
Comment 1 The ASF infrastructure team 2022-09-24 20:38:20 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5424