I've svn up'd the trunk and found that it doesn't build with Java5 due
to using @Override for implemented interface methods. The POM says
the project requires Java5 but the site says Java6 -- which is
correct?
Cheers,
Mark
Il 25 gennaio 2012 17:18, Mark Hobson <markh...@gmail.com> ha scritto:
> I've svn up'd the trunk and found that it doesn't build with Java5 due
> to using @Override for implemented interface methods.
Actually trunk is developed with Java6, but for the android connector
the previous version have been set up to be 1.5 compatible.
If you are using java1.6 (and as java1.5 is quite old now) you can
commit the change in the pom
Let me know + Peace,
R.
Cool, I'll update the POM to Java6 then. It causes problems when
using m2eclipse and it configures a Java5 JRE from the POM.
Cheers,
Mark
> --
> You received this message because you are subscribed to the Google Groups "caldav4j" group.
> To post to this group, send email to cald...@googlegroups.com.
> To unsubscribe from this group, send email to caldav4j+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/caldav4j?hl=en.
>
Peace,
R.