Hi Mohamad, I had a tiny problem when trying it: I think that in Java 5, the @Override annotation can only be used when overriding a method from a superclass, not when implementing a method of an interface. So I had compilation errors in GDataContextFactory.java.
If I switch to Java 6, or alternatively just remove all the @Override annotations, it seems to work fine! I can see the test class print out my Google contacts! Another question: Does the CP only expose the Google contacts as IdAS Entities, or does it also expose MY own Google account (the one I am opening) as one of the IdAS Entities? BTW I'd be happy to check in the code unless anyone sees a problem with that! Not sure if we can check in all the dependencies (we can only check in Eclipse-approved dependencies) Markus 2009/3/19 Mohamad Raja Gani <[email protected]> > Hello All, > > I have completed the implementation of IdAS Google Contacts CP that > includes update to contacts. Please find attached the CP source code & GData > dependent library. I kindly request one of the contributors to review and > check-in the code & dependant library. Can you also please integrate with > the build as I've no idea on the build process. > > Please note that this implementation is based on JDK 1.5 as the underlying > GData Java client library is on 1.5. > > Thanks, > Mohamad Raja > Oracle > > > _______________________________________________ > higgins-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/higgins-dev > >
_______________________________________________ higgins-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/higgins-dev
