On 14/02/2011, at 12:40 AM, David Resnick wrote: > I got the below error during a build. This was the only time I've gotten it > so far. The failure came after all dependencies were downloaded, right before > the build normally executes :processResources > > The "Failed to notify output event listener" error message was also reported > in 2 open JIRAs: > > http://jira.codehaus.org/browse/GRADLE-1367 > http://jira.codehaus.org/browse/GRADLE-1233
You're seeing the same problem as GRADLE-1233. GRADLE-1367 is something different. > > Gradle version 0.9.2 running on Linux with JDK 1.6.0_23. > > > This happened on a build server and not on a developer's machine which makes > me a little nervous that it might start disrupting our builds. > > Does anyone have an idea about what went wrong here? It relates to how we report downloads and uploads done by ivy. Ivy seems to be occasionally sending us events which we don't expect, and this is causing the exception to be thrown. Not sure exactly what's going on here. It might be related to how Ivy reports failures to us. I've very, very occasionally seen this problem myself, but not often enough to be able to reproduce it. We'd probably tackle this by adding more diagnostics, and better error reporting, to help us figure out what's going wrong. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
