akhikhl / wuff

Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications
MIT License
152 stars 51 forks source link

clean fails #42

Open r02b opened 10 years ago

r02b commented 10 years ago

Hi,

I get the following error:

Execution failed for task ':clean'.

Unable to delete directory: /unpuzzle_temp

akhikhl commented 10 years ago

I'll see to fixing it in the next release. As a workaround, please delete "build" directory in root project manually.

r02b commented 10 years ago

That's my current workaround :) Thanks!

MoergJ commented 9 years ago

Are there any updates on this issue? Deleting the 'build' directory manually is no suitable workaround for me, because the directory gets recreated during the rootProjects ':clean' task and forces it to fail.

sergeykad commented 8 years ago

The workaround does not work for me. build\unpuzzle_temp\maven-ant-tasks-2.1.4-SNAPSHOT.jar is created as part of the clean execution, so removing it manually does not help.

The error is Unable to delete file: C:\Eclipse-plugin\build\unpuzzle_temp\maven-ant-tasks-2.1.4-SNAPSHOT.jar

I am using Wuff 0.10

bs-git commented 8 years ago

Not fixed in 0.20 yet, having the same issue. Manually removing folders and build automation does not fit well ;). Any news here?