[GRADLE-1336] "gradle build clean" fails Created: 23/Jan/11 Updated: 04/Jan/13 Resolved: 09/Nov/11 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.9.1 |
| Fix Version/s: | 1.0-milestone-1 |
| Type: | Bug | ||
| Reporter: | Mathias Kalb | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
"gradle clean build" works, but "gradle build clean" fails. build.gradle only contains "apply plugin: 'java'" Exception: "Unable to delete files ... build/reports/test/stylesheet.css" |
| Comments |
| Comment by Hans Dockter [ 23/Jan/11 ] |
|
Are you on windows? Do you use the daemon? |
| Comment by Mathias Kalb [ 23/Jan/11 ] |
|
Win 7 and no daemon. Maybe a FileOutputStream (or somthing similar) is not closed. |
| Comment by Hans Dockter [ 24/Jan/11 ] |
|
Right. |