The "One Laptop Per Child" project has a great device ready to ship, but there's no Java on there. Let's think about working together to put Java on OLPC!
I am new to ECF and am trying to write a custom provider to connect into
ECF for a custom chat program. To get familiar with how things work, I am
trying to get the custom Yahoo provider that was written here
(http://www-128.ibm.com/developerworks/opensource/library/os-ecl-commfwk/)
working, and I'm not having any success. I downloaded the source code and
tried putting the org.eclipse.ecf.provider.yahoo directory in the
eclipse/plugins directory and it didn't work (i.e. I didn't see Yahoo as
an entry when trying to connect to a provider. If anyone has any
suggestions, or something simple that I am forgetting, I would greatly
appreciate it.
I think the Yahoo provider that was done as part of the article is now
out of date. We do have a up-to-date version of the Yahoo provider
available here, however: http://ecf1.osuosl.org
The source code for that is also available...there are instructions for
CVS access at the bottom of the page.
Even the up-to-date version of the Yahoo provider can/could be
improved...and we have not been able to do a lot with it recently. If
you are able to update it and make improvements, please consider
contributing them back to the project.
Thanks!
Scott
Jake wrote:
> Hello,
>
> I am new to ECF and am trying to write a custom provider to connect into
> ECF for a custom chat program. To get familiar with how things work, I
> am trying to get the custom Yahoo provider that was written here
> (http://www-128.ibm.com/developerworks/opensource/library/os-ecl-commfwk/)
> working, and I'm not having any success. I downloaded the source code
> and tried putting the org.eclipse.ecf.provider.yahoo directory in the
> eclipse/plugins directory and it didn't work (i.e. I didn't see Yahoo as
> an entry when trying to connect to a provider. If anyone has any
> suggestions, or something simple that I am forgetting, I would greatly
> appreciate it.
>
> Thanks
>
>
Getting custom Yahoo provider to work
At 2:39 PM on Aug 7, 2008, Jake wrote:
I am new to ECF and am trying to write a custom provider to connect into
ECF for a custom chat program. To get familiar with how things work, I am
trying to get the custom Yahoo provider that was written here
(http://www-128.ibm.com/developerworks/opensource/library/os-ecl-commfwk/)
working, and I'm not having any success. I downloaded the source code and
tried putting the org.eclipse.ecf.provider.yahoo directory in the
eclipse/plugins directory and it didn't work (i.e. I didn't see Yahoo as
an entry when trying to connect to a provider. If anyone has any
suggestions, or something simple that I am forgetting, I would greatly
appreciate it.
Thanks
2 replies so far (
Post your own)
Re: Getting custom Yahoo provider to work
Hi Jake,I think the Yahoo provider that was done as part of the article is now
out of date. We do have a up-to-date version of the Yahoo provider
available here, however: http://ecf1.osuosl.org
The source code for that is also available...there are instructions for
CVS access at the bottom of the page.
Even the up-to-date version of the Yahoo provider can/could be
improved...and we have not been able to do a lot with it recently. If
you are able to update it and make improvements, please consider
contributing them back to the project.
Thanks!
Scott
Jake wrote:
> Hello,
>
> I am new to ECF and am trying to write a custom provider to connect into
> ECF for a custom chat program. To get familiar with how things work, I
> am trying to get the custom Yahoo provider that was written here
> (http://www-128.ibm.com/developerworks/opensource/library/os-ecl-commfwk/)
> working, and I'm not having any success. I downloaded the source code
> and tried putting the org.eclipse.ecf.provider.yahoo directory in the
> eclipse/plugins directory and it didn't work (i.e. I didn't see Yahoo as
> an entry when trying to connect to a provider. If anyone has any
> suggestions, or something simple that I am forgetting, I would greatly
> appreciate it.
>
> Thanks
>
>
Re: Getting custom Yahoo provider to work
Great, thanks! I'll take a look at this.