Highly probably I applied the patches in the wrong order, let me
check and fix, I will get back to you ASAP.
Sorry.
Ian
On 2 Oct 2008, at 21:19, Citron, David wrote:
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