Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Where can I find JmDNS container for collab example?
Where can I find JmDNS container for collab example? [message #590784] Tue, 22 November 2005 09:28 Go to next message
cloudor Mising name is currently offline cloudor Mising nameFriend
Messages: 34
Registered: July 2009
Member
Hi,

I am studying the org.eclipse.ecf.example.collab project. In
its DiscoveryStartup.java, a container named
"org.eclipse.ecf.provider.jmdns.container.JmDNS" is needed.
Where can I find that?

Thanks in advance.

--
Cloudor Pu
http://cloudor.blogthing.com/
Re: Where can I find JmDNS container for collab example? [message #590823 is a reply to message #590784] Tue, 22 November 2005 23:57 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Cloudor,

See http://ecf1.osuosl.org

And look for org.eclipse.ecf.provider.jmdns-0.5.2.S20051120.zip

Note that the plugins available on this site (ecf1.osuosl.org) are under
both EPL and Apache 2 licenses.

Scott


Cloudor Pu wrote:
> Hi,
>
> I am studying the org.eclipse.ecf.example.collab project. In
> its DiscoveryStartup.java, a container named
> "org.eclipse.ecf.provider.jmdns.container.JmDNS" is needed.
> Where can I find that?
>
> Thanks in advance.
>
Re: Where can I find JmDNS container for collab example? [message #590850 is a reply to message #590823] Wed, 23 November 2005 01:18 Go to previous messageGo to next message
cloudor Mising name is currently offline cloudor Mising nameFriend
Messages: 34
Registered: July 2009
Member
Thank you!

Scott Lewis wrote:
> Hi Cloudor,
>
> See http://ecf1.osuosl.org
>
> And look for org.eclipse.ecf.provider.jmdns-0.5.2.S20051120.zip
>
> Note that the plugins available on this site (ecf1.osuosl.org) are under
> both EPL and Apache 2 licenses.
>
> Scott
>
>
> Cloudor Pu wrote:
>
>> Hi,
>>
>> I am studying the org.eclipse.ecf.example.collab project. In
>> its DiscoveryStartup.java, a container named
>> "org.eclipse.ecf.provider.jmdns.container.JmDNS" is needed.
>> Where can I find that?
>>
>> Thanks in advance.
>>

--
Cloudor Pu
http://cloudor.blogthing.com/
Re: Where can I find JmDNS container for collab example? [message #590863 is a reply to message #590823] Wed, 23 November 2005 02:00 Go to previous messageGo to next message
cloudor Mising name is currently offline cloudor Mising nameFriend
Messages: 34
Registered: July 2009
Member
Hi Scott,

Can these extra projects(i.e. jmdns) be accessed via anonymous CVS?

Scott Lewis wrote:
> Hi Cloudor,
>
> See http://ecf1.osuosl.org
>
> And look for org.eclipse.ecf.provider.jmdns-0.5.2.S20051120.zip
>
> Note that the plugins available on this site (ecf1.osuosl.org) are under
> both EPL and Apache 2 licenses.
>
> Scott
>
>
> Cloudor Pu wrote:
>
>> Hi,
>>
>> I am studying the org.eclipse.ecf.example.collab project. In
>> its DiscoveryStartup.java, a container named
>> "org.eclipse.ecf.provider.jmdns.container.JmDNS" is needed.
>> Where can I find that?
>>
>> Thanks in advance.
>>

--
Cloudor Pu
http://cloudor.blogthing.com/
Re: Where can I find JmDNS container for collab example? [message #590873 is a reply to message #590863] Wed, 23 November 2005 02:36 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Cloudor,

Cloudor Pu wrote:
> Hi Scott,
>
> Can these extra projects(i.e. jmdns) be accessed via anonymous CVS?

Yes. I've modified the page at http://ecf1.osuosl.org to have a link to
the project set file for providing anonymous CVS access to these
plugins. Here are steps

1) Go to http://ecf1.osuosl.org
2) Choose link 'project set file for anonymous CVS access to plugins
hosted on this website' and save the file provided to your local disk as
'ecf1-anonymous.psf'
3) From within Eclipse, choose File->Import...->Team Project Set
4) Browse to wherever you saved ecf1-anonymous.psf and select it
5) Choose Finish. It should load in these projects into your workspace.
You will have to login via anonymous.

Note that these plugins have dependencies on other core ECF plugins, so
to compile these properly you will also need to load in the project set
file found at the bottom of this page:

http://www.eclipse.org/ecf/resources.html

Scott


>
> Scott Lewis wrote:
>
>> Hi Cloudor,
>>
>> See http://ecf1.osuosl.org
>>
>> And look for org.eclipse.ecf.provider.jmdns-0.5.2.S20051120.zip
>>
>> Note that the plugins available on this site (ecf1.osuosl.org) are
>> under both EPL and Apache 2 licenses.
>>
>> Scott
>>
>>
>> Cloudor Pu wrote:
>>
>>> Hi,
>>>
>>> I am studying the org.eclipse.ecf.example.collab project. In
>>> its DiscoveryStartup.java, a container named
>>> "org.eclipse.ecf.provider.jmdns.container.JmDNS" is needed.
>>> Where can I find that?
>>>
>>> Thanks in advance.
>>>
>
Re: Where can I find JmDNS container for collab example? [message #590886 is a reply to message #590873] Wed, 23 November 2005 02:44 Go to previous message
cloudor Mising name is currently offline cloudor Mising nameFriend
Messages: 34
Registered: July 2009
Member
Thank you :)

Scott Lewis wrote:
> Hi Cloudor,
>
> Cloudor Pu wrote:
>
>> Hi Scott,
>>
>> Can these extra projects(i.e. jmdns) be accessed via anonymous CVS?
>
>
> Yes. I've modified the page at http://ecf1.osuosl.org to have a link to
> the project set file for providing anonymous CVS access to these
> plugins. Here are steps
>
> 1) Go to http://ecf1.osuosl.org
> 2) Choose link 'project set file for anonymous CVS access to plugins
> hosted on this website' and save the file provided to your local disk as
> 'ecf1-anonymous.psf'
> 3) From within Eclipse, choose File->Import...->Team Project Set
> 4) Browse to wherever you saved ecf1-anonymous.psf and select it
> 5) Choose Finish. It should load in these projects into your workspace.
> You will have to login via anonymous.
>
> Note that these plugins have dependencies on other core ECF plugins, so
> to compile these properly you will also need to load in the project set
> file found at the bottom of this page:
>
> http://www.eclipse.org/ecf/resources.html
>
> Scott
>
>
>>
>> Scott Lewis wrote:
>>
>>> Hi Cloudor,
>>>
>>> See http://ecf1.osuosl.org
>>>
>>> And look for org.eclipse.ecf.provider.jmdns-0.5.2.S20051120.zip
>>>
>>> Note that the plugins available on this site (ecf1.osuosl.org) are
>>> under both EPL and Apache 2 licenses.
>>>
>>> Scott
>>>
>>>
>>> Cloudor Pu wrote:
>>>
>>>> Hi,
>>>>
>>>> I am studying the org.eclipse.ecf.example.collab project. In
>>>> its DiscoveryStartup.java, a container named
>>>> "org.eclipse.ecf.provider.jmdns.container.JmDNS" is needed.
>>>> Where can I find that?
>>>>
>>>> Thanks in advance.
>>>>
>>

--
Cloudor Pu
http://cloudor.blogthing.com/
Previous Topic:Great Build Dates... ;-)
Next Topic:Announce: ECF 0.5.2 stable release
Goto Forum:
  


Current Time: Thu Apr 25 07:02:17 GMT 2024

Powered by FUDForum. Page generated in 0.03751 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top