Bug 33299 - dash in directory name
Summary: dash in directory name
Status: RESOLVED DUPLICATE of bug 29186
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.0.2
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 21:36 UTC by Vasiliy Gagin
Modified: 2005-02-20 15:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasiliy Gagin 2005-01-29 21:36:46 UTC
In JMeter property "search_paths" if passed through command-line pathes with
dash in them are getting truncated.
Comment 1 Sebb 2005-01-31 00:01:39 UTC
This is a known problem with the command-line parser - no properties can contain
a minus/dash/hyphen in them - it seems to be taken as the start of a new option.

However, there are work-rounds:
* define the property in jmeter.properties
* define the property as a Java property, i.e. before the -jar

I've looked at updating the CLI parser, and unfortunately the software we use is
no longer maintained, and there don't seem to be any suitable alternatives with
an appropriate licence.
Comment 2 Vasiliy Gagin 2005-01-31 04:09:24 UTC
Set of command line parameters of JMeter does not look too complex.
It may make sence to process them manually.
If you agree with that but do not have time to implement, I can help.
Comment 3 Sebb 2005-02-21 00:57:52 UTC

*** This bug has been marked as a duplicate of 29186 ***
Comment 4 The ASF infrastructure team 2022-09-24 20:37:34 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1502