-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: Integrations
-
None
-
Severity 3 - Minor
Ant prior to version 1.9.7 incorrectly handled arguments containing white space characters (they were being passed as separate arguments). For this reason, we put various paths (e.g. path to a license file) in double quotes.
This has been fixed in Ant 1.9.7. However, as a consequence it does not strip double-quotes now, so paths are interpreted literally - with quotes.
We need a fix on Clover side, but at the same time to keep compatibility with older Ant versions.
Consider adding proper flag for Clover-for-Ant tasks (e.g. "withQuotes=true").
See also: