Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] For Review: Google Contacts CP

Hmm not sure what you mean with artifacts. Basically, you just check
in your project into the Eclipse Higgins SVN (in the plugins/ folder),
add it to the http://wiki.eclipse.org/Components page, and then you
can add the project to the automated build system, according to
http://wiki.eclipse.org/Automated_Builds. Or if you ask nicely on the
list, I think someone else could do that for you :)

Markus

On Fri, Dec 12, 2008 at 8:29 AM, Mohamad Raja Gani
<mohamad.raja@xxxxxxxxxx> wrote:
> Hi Markus,
>
> Thanks very much for trying this implementation! Yes, since it is developed
> using GData Java client library, the jars you mentioned are required.
>
> I shall make few more changes to the code and send it out for final review.
> Can you please let me know the artifacts that I need to generate as part of
> this package and how to do it? I will close bug 229639 once the code gets
> checked-in.
>
> Thanks,
> Mohamad Raja
> Oracle
>
> Markus Sabadello wrote:
>
> Hi Mohamad,
>
> I tried it and it works for me! I was able to read my Google contacts
> and to create a new one with the CP.
>
> I had to manually install the following .jars:
> gdata-client-1.0.jar
> gdata-contacts-2.0.jar
> gdata-core-1.0.jar
> gdata-contacts-meta-2.0.jar
> gdata-client-meta-1.0.jar
>
> Does that look right?
>
> Also, I had to move the .xrds file from src/ to the project root
> folder, but that's probably because I ran it from within Eclipse.
>
> Markus
>
> On Thu, Dec 11, 2008 at 5:16 PM, Mohamad Raja Gani
> <mohamad.raja@xxxxxxxxxx> wrote:
>
>
> Hello All,
>
> I have completed the initial implementation of IdAS Google Contacts Context
> Provider and would like to get it reviewed from you. Please find attached
> the CP source code.  I'm in the process of adding support for contacts
> update & group membership and can make it ready for 1.1M5. In the mean time,
> I'd appreciate your comments & feedback on this implementation.
>
> 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
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev
>
>
>
>
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev
>
>
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev
>
>


Back to the top