Maybe I'm confused, but this patch fix seems to have broken my build. The patch refers to two files:
1) java/social-api/src/main/java/org/apache/shindig/social/core/config/Soci alApiGuiceModule.java 2) java/social-api/src/main/java/org/apache/shindig/social/sample/service/S ampleContainerHandlerProvider.java File "2" was deleted with a previous patch (701087) and as such does not exist anymore, yet the patch fix changes file "1" to refer to class "2", hence the build error: C:/dev/shindig/java/social-api/src/main/java/org/apache/shindig/social/c ore/config/SocialApiGuiceModule.java:[31,48] cannot find symbol symbol : class SampleContainerHandlerProvider location: package org.apache.shindig.social.sample.service Is something messed up in my configuration? Thanks, Dave

