I've been making iterative changes in the userguide. When I finish making some changes, I run "gradle docs:userguide" and let it finish. I've been doing this numerous times in the last week or so, with no real issue.
Today I just noticed that all of my build attempts are failing with "Failed to notify profile listener". The root cause in the stacktrace is: ----------------- Caused by: java.lang.NoSuchMethodError: org.gradle.profile.BuildProfile.getElapsedProjectsConfiguration()J at com.gradleware.monitoring.plugin.EventFactory.buildExecutionEvent(EventFactory.java:69) at com.gradleware.monitoring.plugin.AnalyticsProfileListener.buildFinished(AnalyticsProfileListener.java:17) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:83) ------------------- This appears to be similar to this: http://gradle.1045684.n5.nabble.com/Failed-to-notify-output-event-listener-td3383443.html . Although the build says it's failing, it is producing the final PDF seemingly correctly. I'm guessing this failure has something to do with notifying some listener that the build completed. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email