Not able to delete build folder through ant clean command | Selenium Forum
M
Posted on 25/08/2016
Hi Ashish,

when I run the project through ant sometimes it gives an error as not able to delete build folder when I use the command 'ant clean' although when I do that manually, the folder gets deleted, what could be the reason?

M
Replied on 25/08/2016

Try running with ant -v clean. That will show you exactly what Ant is trying to delete.