https://issues.apache.org/bugzilla/show_bug.cgi?id=57277
Bug ID: 57277
Summary: Make FileServer set a new property called 'base.dir'
Product: JMeter
Version: 2.12
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32235
--> https://issues.apache.org/bugzilla/attachment.cgi?id=32235&action=edit
Example patch to set the 'base.dir' property
We have multiple test scripts and like to include other files relative to the
location of these test scripts. Some elements (e.g CSV dataset) allow the user
of ~/ to include files relative to the script. Some listeners and processors
and custom plugins either don't support this (e.g JRS223 post processor) or
seem to interpret ~/ differently.
Setting the property 'base.dir' as part of the FileServer would allow us to
script relative paths for components that don't natively support them.
--
You are receiving this mail because:
You are the assignee for the bug.