[GRADLE-1976] (M5 / M6) Cannot lock the artifact cache, as it is already locked by this process Created: 30/Nov/11 Updated: 04/Jan/13 Resolved: 01/Dec/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-7 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Seems like both milestone-5 and milestone-6 (I haven't tried M4) are having concurrency issues with cobertura during testRuntime if test forking and module dependencies are present at the same time. Here's a simple project that reproduces the issue: Note that this works fine when commenting out either this: test { or this: axisGenAntTask module('org.apache.axis:axis:1.4') { But the combination of both causes this: FAILURE: Build failed with an exception.
Also, interesting that setting forkEvery = 0 doesn't help any though one would expect that should help. This works fine under milestone-3 provided you update mavenRepo url to urls. HTH! |