Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: swarm-plugin
-
Labels:None
-
Similar Issues:
Description
Using : as separator for tool location is not the best choice on Windows, as for example maven:c:\blahblah won't be parsed correctly.
I tried to resolve this by using '=' as separator but then I bump into this issue with args4j: https://java.net/jira/browse/ARGS4J-24
Gonna think about this tonight, any suggestions for a better, parseable format are always welcome.