Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
E.g.
cmd.exe /C '"d:\path with spaces\Ant\bin\ant.bat -file build.xml ...'
gets mangled into this when auto integration is enabled
cmd.exe /C d:\path clover.fullclean with spaces\Tools\Ant\bin\ant.bat -file build.xml ...
There was a refactoring of ant task handling in
https://github.com/jenkinsci/clover-plugin/commit/ae3eb62493acdd1c4a3246b77a427c675a4d328d (clover-plugin 4.9.0 and newer).
Tested with clover 4.11, it does not recognize Ant with spaces in a path as an Ant task:
So the bug report is still valid.