-
Bug
-
Resolution: Fixed
-
Minor
-
None
Using : as separator for tool location is not the best choice on Windows, as for example maven:c:\blahblah won't be parsed correctly.
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.