Hi Tim, Could create an issue for this one?
Thanks Vincent 2009/1/15, Tim Moore <[email protected]>: > You might want to consider using the maven-enforcer-plugin to validate the > Java version when building: > > http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireJavaVersion.html > > > > On Jan 15, 2009, at 1:22 AM, Paul Lindner wrote: > > > > doh! Another Java 1.5 incompatibility... Fixed. > > > > On Jan 15, 2009, at 1:13 AM, chico charlesworth wrote: > > > > > > > Trunk now failing w/ compilation errors in social-api module, can > someone > > > fix? > > > > > > INFO] > > > > ------------------------------------------------------------------------ > > > [ERROR] BUILD FAILURE > > > [INFO] > > > > ------------------------------------------------------------------------ > > > [INFO] Compilation failure > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/oauth/OAuthConsumerRequestAuthenticationHandler.java:[74,5] > > > method does not override a method from its superclass > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceFieldAliasingMapper.java:[32,7] > > > [deprecation] attributeForEnumType() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceFieldAliasingMapper.java:[32,7] > > > [deprecation] attributeForReadResolveField() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceFieldAliasingMapper.java:[32,7] > > > [deprecation] attributeForClassDefiningField() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceFieldAliasingMapper.java:[32,7] > > > [deprecation] attributeForImplementationClass() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceClassMapper.java:[42,7] > > > [deprecation] attributeForEnumType() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceClassMapper.java:[42,7] > > > [deprecation] attributeForReadResolveField() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceClassMapper.java:[42,7] > > > [deprecation] attributeForClassDefiningField() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > > /Users/chico/Work/temp/shindig-latest/java/social-api/src/main/java/org/apache/shindig/social/core/util/xstream/InterfaceClassMapper.java:[42,7] > > > [deprecation] attributeForImplementationClass() in > > > com.thoughtworks.xstream.mapper.Mapper has been > deprecated > > > > > > Cheers > > > Chico > > > > > > 2009/1/14 Paul Lindner <[email protected]> > > > > > > > > > > my fault. my IDE put in that boilerplate and I bet it's set for java > 6.. > > > > > > > > > http://dertompson.com/2008/01/25/override-specification-changes-in-java-6/ > > > > > > > > > > > > > > > > On Jan 14, 2009, at 1:42 AM, chico charlesworth wrote: > > > > > > > > Trunk is failing at the moment, can someone fix? > > > > > > > > > > > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > > [ERROR] BUILD FAILURE > > > > > [INFO] > > > > > > ------------------------------------------------------------------------ > > > > > [INFO] Compilation failure > > > > > > > > > > > > > > > > /temp/shindig-latest/java/common/src/main/java/org/apache/shindig/auth/UrlParameterAuthenticationHandler.java:[65,3] > > > > > method does not override a method from its superclass > > > > > > > > > > > /temp/shindig-latest/java/common/src/main/java/org/apache/shindig/auth/AnonymousAuthenticationHandler.java:[47,3] > > > > > method does not override a method from its superclass > > > > > > > > > > Cheers > > > > > Chico > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > Tim Moore > Atlassian Plugin Developer > > > > >

