Opened 9 years ago
Closed 8 years ago
#2580 closed enhancement (done)
Command line argument handling is too restrictive
Reported by: | jkarder | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | PluginInfrastructure | Version: | 3.3.13 |
Keywords: | Cc: |
Description
Command line argument values can only contain letters from a-z/A-Z and numbers from 0-9. Umlauts are not supported.
Change History (7)
comment:1 Changed 9 years ago by mkommend
comment:2 Changed 9 years ago by jkarder
- Status changed from new to accepted
comment:3 Changed 9 years ago by jkarder
r13635: added support to start applications with white-space characters, e.g. /start:"Persistence Configuration"
comment:4 Changed 9 years ago by jkarder
- Owner changed from jkarder to mkommend
- Status changed from accepted to reviewing
I modified your changes a bit to support applications with white-space characters.
comment:5 Changed 9 years ago by abeham
jkarder: thanks, this has definitely worked in previous versions since we're using that to start ppov cockpit.
comment:6 Changed 9 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:7 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13629: Added support in arguments handling to start applications with umlauts.