Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » ECF dev build 4.26.2007
ECF dev build 4.26.2007 [message #618293] Fri, 27 April 2007 00:57 Go to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Folks,

Another integration/dev build today.

Now that we have an automatable build, we can/will do integration builds
more frequently. In a short while we should have a build server going
and will be able to do daily automatic integration/dev builds.

Highlights

UI fixes/improvements in response to reports.

Added support for hyperlinking in all ECF views
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=183030). To access,
simply hold down Ctrl key while pointing at URL in ECF view, text
editor, java editor.

Added hyperlink detectors for xmpp/xmpps, ecftcp, irc, torrent, msn,
yahoo. This allows URLs of the form (e.g.)

xmpp://fliwatuet@ecf.eclipse.org

to be detected and then when clicked on launch the ECF XMPP connect wizard.

Progress on new Smack 3 additions with Jingle support

Scott


Bugs Fixed since 4/24

170501 [UI] org.eclipse.ecf.ui needs to split off its non-core p...
181505 [ui] Consider creating a 'Collaboration' perspective for ECF
183030 [ui] Add support for Platform hyperlink detectors in all ...
184036 [bot] ~keys cmd to point to "ctrl+shift+l"


Accessing Dev Build

The core features can be accessed

http://www.eclipse.org/ecf/downloads.php
Update site: http://download.eclipse.org/technology/ecf/update

ECF Extras (including the new Skype Provider [1]) can be accessed at

http://ecf1.osuosl.org/
Update site: http://ecf1.osuosl.org/update

CVS tag: v20070426-1534
Re: ECF dev build 4.26.2007 [message #618299 is a reply to message #618293] Fri, 27 April 2007 17:31 Go to previous messageGo to next message
Bill Joy is currently offline Bill JoyFriend
Messages: 60
Registered: July 2009
Member
I tried this build using Eclipse 3.2 and got the following crash when trying
to bring up the Contacts view. Is this build supposed to be only for
Europa?

!MESSAGE Unable to create view ID
org.eclipse.ecf.presence.ui.MultiRosterView:
org/eclipse/jface/window/ToolTip
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/jface/window/ToolTip



"Scott Lewis" <slewis@composent.com> wrote in message
news:46314A92.5080209@composent.com...
> Hi Folks,
>
> Another integration/dev build today.
>
> Now that we have an automatable build, we can/will do integration builds
> more frequently. In a short while we should have a build server going and
> will be able to do daily automatic integration/dev builds.
>
> Highlights
>
> UI fixes/improvements in response to reports.
>
> Added support for hyperlinking in all ECF views
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=183030). To access, simply
> hold down Ctrl key while pointing at URL in ECF view, text editor, java
> editor.
>
> Added hyperlink detectors for xmpp/xmpps, ecftcp, irc, torrent, msn,
> yahoo. This allows URLs of the form (e.g.)
>
> xmpp://fliwatuet@ecf.eclipse.org
>
> to be detected and then when clicked on launch the ECF XMPP connect
> wizard.
>
> Progress on new Smack 3 additions with Jingle support
>
> Scott
>
>
> Bugs Fixed since 4/24
>
> 170501 [UI] org.eclipse.ecf.ui needs to split off its non-core p...
> 181505 [ui] Consider creating a 'Collaboration' perspective for ECF
> 183030 [ui] Add support for Platform hyperlink detectors in all ...
> 184036 [bot] ~keys cmd to point to "ctrl+shift+l"
>
>
> Accessing Dev Build
>
> The core features can be accessed
>
> http://www.eclipse.org/ecf/downloads.php
> Update site: http://download.eclipse.org/technology/ecf/update
>
> ECF Extras (including the new Skype Provider [1]) can be accessed at
>
> http://ecf1.osuosl.org/
> Update site: http://ecf1.osuosl.org/update
>
> CVS tag: v20070426-1534
Re: ECF dev build 4.26.2007 [message #618300 is a reply to message #618299] Fri, 27 April 2007 19:54 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Bill,

Bill Joy wrote:
> I tried this build using Eclipse 3.2 and got the following crash when trying
> to bring up the Contacts view. Is this build supposed to be only for
> Europa?

Yes. We've built in some usage of new UI code that is dependent upon
3.3M6/Europa. The reason for this is that there are a number of new
mechanisms in Europa that we wanted to take advantage of (e.g. new
ToolTips) for improving the Europa experience running the ECF example apps.

I apologize for not mentioning this in the release posts.

The requirement for 3.3M6/Europa is restricted to the ECF 'ui' plugins,
however...i.e. *.ui...e.g. org.eclipse.ecf.presence.ui in this case.

This is so that we can support other runtime environments (e.g. RCP,
eRCP, etc) with the ECF framework messaging APIs: core, discovery,
presence, remoteservices, filetransfer, etc. Each of these API plugins
has it's own (lesser) requirements specified in its manifest.mf.

Another thing about this release...it does not include the ECF source as
in previous releases, as for Europa we're changing over to creating
source bundles in the build (rather than including the source in with
the bundle binary)...but haven't completed the changeover yet. The
source can be easily accessed, however via project sets here:

http://www.eclipse.org/ecf/dev_resources.php

It also doesn't include generated javadocs, but does point to the online
javadocs from within the ECF SDK Eclipse help.

BTW, Bill I apologize in advance...as I'm sure you get this all the
time...but I have to say it gives me a personal thrill to see notes from
'Bill Joy' appear on this list :-).


Scott


>
> !MESSAGE Unable to create view ID
> org.eclipse.ecf.presence.ui.MultiRosterView:
> org/eclipse/jface/window/ToolTip
> !STACK 0
> java.lang.NoClassDefFoundError: org/eclipse/jface/window/ToolTip
>
>
>
> "Scott Lewis" <slewis@composent.com> wrote in message
> news:46314A92.5080209@composent.com...
>> Hi Folks,
>>
>> Another integration/dev build today.
>>
>> Now that we have an automatable build, we can/will do integration builds
>> more frequently. In a short while we should have a build server going and
>> will be able to do daily automatic integration/dev builds.
>>
>> Highlights
>>
>> UI fixes/improvements in response to reports.
>>
>> Added support for hyperlinking in all ECF views
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=183030). To access, simply
>> hold down Ctrl key while pointing at URL in ECF view, text editor, java
>> editor.
>>
>> Added hyperlink detectors for xmpp/xmpps, ecftcp, irc, torrent, msn,
>> yahoo. This allows URLs of the form (e.g.)
>>
>> xmpp://fliwatuet@ecf.eclipse.org
>>
>> to be detected and then when clicked on launch the ECF XMPP connect
>> wizard.
>>
>> Progress on new Smack 3 additions with Jingle support
>>
>> Scott
>>
>>
>> Bugs Fixed since 4/24
>>
>> 170501 [UI] org.eclipse.ecf.ui needs to split off its non-core p...
>> 181505 [ui] Consider creating a 'Collaboration' perspective for ECF
>> 183030 [ui] Add support for Platform hyperlink detectors in all ...
>> 184036 [bot] ~keys cmd to point to "ctrl+shift+l"
>>
>>
>> Accessing Dev Build
>>
>> The core features can be accessed
>>
>> http://www.eclipse.org/ecf/downloads.php
>> Update site: http://download.eclipse.org/technology/ecf/update
>>
>> ECF Extras (including the new Skype Provider [1]) can be accessed at
>>
>> http://ecf1.osuosl.org/
>> Update site: http://ecf1.osuosl.org/update
>>
>> CVS tag: v20070426-1534
>
>
Re: ECF dev build 4.26.2007 [message #618301 is a reply to message #618300] Fri, 27 April 2007 19:28 Go to previous messageGo to next message
Bill Joy is currently offline Bill JoyFriend
Messages: 60
Registered: July 2009
Member
Thanks, Scott.

BTW, Scott I apologize in advance...as I'm sure you get this all the
time...but I have to say it gives me a personal thrill to see replies from
'Scott Lewis' to my questions :-).

http://www.lasvegas.net/Dr-Scott-Lewis-info.htm


"Scott Lewis" <slewis@composent.com> wrote in message
news:463254DD.5040804@composent.com...
> Hi Bill,
>
> Bill Joy wrote:
>> I tried this build using Eclipse 3.2 and got the following crash when
>> trying to bring up the Contacts view. Is this build supposed to be only
>> for Europa?
>
> Yes. We've built in some usage of new UI code that is dependent upon
> 3.3M6/Europa. The reason for this is that there are a number of new
> mechanisms in Europa that we wanted to take advantage of (e.g. new
> ToolTips) for improving the Europa experience running the ECF example
> apps.
>
> I apologize for not mentioning this in the release posts.
>
> The requirement for 3.3M6/Europa is restricted to the ECF 'ui' plugins,
> however...i.e. *.ui...e.g. org.eclipse.ecf.presence.ui in this case.
>
> This is so that we can support other runtime environments (e.g. RCP, eRCP,
> etc) with the ECF framework messaging APIs: core, discovery, presence,
> remoteservices, filetransfer, etc. Each of these API plugins has it's own
> (lesser) requirements specified in its manifest.mf.
>
> Another thing about this release...it does not include the ECF source as
> in previous releases, as for Europa we're changing over to creating source
> bundles in the build (rather than including the source in with the bundle
> binary)...but haven't completed the changeover yet. The source can be
> easily accessed, however via project sets here:
>
> http://www.eclipse.org/ecf/dev_resources.php
>
> It also doesn't include generated javadocs, but does point to the online
> javadocs from within the ECF SDK Eclipse help.
>
> BTW, Bill I apologize in advance...as I'm sure you get this all the
> time...but I have to say it gives me a personal thrill to see notes from
> 'Bill Joy' appear on this list :-).
>
>
> Scott
>
>
>>
>> !MESSAGE Unable to create view ID
>> org.eclipse.ecf.presence.ui.MultiRosterView:
>> org/eclipse/jface/window/ToolTip
>> !STACK 0
>> java.lang.NoClassDefFoundError: org/eclipse/jface/window/ToolTip
>>
>>
>>
>> "Scott Lewis" <slewis@composent.com> wrote in message
>> news:46314A92.5080209@composent.com...
>>> Hi Folks,
>>>
>>> Another integration/dev build today.
>>>
>>> Now that we have an automatable build, we can/will do integration builds
>>> more frequently. In a short while we should have a build server going
>>> and will be able to do daily automatic integration/dev builds.
>>>
>>> Highlights
>>>
>>> UI fixes/improvements in response to reports.
>>>
>>> Added support for hyperlinking in all ECF views
>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=183030). To access,
>>> simply hold down Ctrl key while pointing at URL in ECF view, text
>>> editor, java editor.
>>>
>>> Added hyperlink detectors for xmpp/xmpps, ecftcp, irc, torrent, msn,
>>> yahoo. This allows URLs of the form (e.g.)
>>>
>>> xmpp://fliwatuet@ecf.eclipse.org
>>>
>>> to be detected and then when clicked on launch the ECF XMPP connect
>>> wizard.
>>>
>>> Progress on new Smack 3 additions with Jingle support
>>>
>>> Scott
>>>
>>>
>>> Bugs Fixed since 4/24
>>>
>>> 170501 [UI] org.eclipse.ecf.ui needs to split off its non-core p...
>>> 181505 [ui] Consider creating a 'Collaboration' perspective for ECF
>>> 183030 [ui] Add support for Platform hyperlink detectors in all ...
>>> 184036 [bot] ~keys cmd to point to "ctrl+shift+l"
>>>
>>>
>>> Accessing Dev Build
>>>
>>> The core features can be accessed
>>>
>>> http://www.eclipse.org/ecf/downloads.php
>>> Update site: http://download.eclipse.org/technology/ecf/update
>>>
>>> ECF Extras (including the new Skype Provider [1]) can be accessed at
>>>
>>> http://ecf1.osuosl.org/
>>> Update site: http://ecf1.osuosl.org/update
>>>
>>> CVS tag: v20070426-1534
>>
Re: ECF dev build 4.26.2007 [message #618302 is a reply to message #618301] Fri, 27 April 2007 20:34 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Bill,

Bill Joy wrote:
> Thanks, Scott.
>
> BTW, Scott I apologize in advance...as I'm sure you get this all the
> time...but I have to say it gives me a personal thrill to see replies from
> 'Scott Lewis' to my questions :-).
>
> http://www.lasvegas.net/Dr-Scott-Lewis-info.htm


NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!

:-)


Scott (not that one)


>
>
> "Scott Lewis" <slewis@composent.com> wrote in message
> news:463254DD.5040804@composent.com...
>> Hi Bill,
>>
>> Bill Joy wrote:
>>> I tried this build using Eclipse 3.2 and got the following crash when
>>> trying to bring up the Contacts view. Is this build supposed to be only
>>> for Europa?
>> Yes. We've built in some usage of new UI code that is dependent upon
>> 3.3M6/Europa. The reason for this is that there are a number of new
>> mechanisms in Europa that we wanted to take advantage of (e.g. new
>> ToolTips) for improving the Europa experience running the ECF example
>> apps.
>>
>> I apologize for not mentioning this in the release posts.
>>
>> The requirement for 3.3M6/Europa is restricted to the ECF 'ui' plugins,
>> however...i.e. *.ui...e.g. org.eclipse.ecf.presence.ui in this case.
>>
>> This is so that we can support other runtime environments (e.g. RCP, eRCP,
>> etc) with the ECF framework messaging APIs: core, discovery, presence,
>> remoteservices, filetransfer, etc. Each of these API plugins has it's own
>> (lesser) requirements specified in its manifest.mf.
>>
>> Another thing about this release...it does not include the ECF source as
>> in previous releases, as for Europa we're changing over to creating source
>> bundles in the build (rather than including the source in with the bundle
>> binary)...but haven't completed the changeover yet. The source can be
>> easily accessed, however via project sets here:
>>
>> http://www.eclipse.org/ecf/dev_resources.php
>>
>> It also doesn't include generated javadocs, but does point to the online
>> javadocs from within the ECF SDK Eclipse help.
>>
>> BTW, Bill I apologize in advance...as I'm sure you get this all the
>> time...but I have to say it gives me a personal thrill to see notes from
>> 'Bill Joy' appear on this list :-).
>>
>>
>> Scott
>>
>>
>>> !MESSAGE Unable to create view ID
>>> org.eclipse.ecf.presence.ui.MultiRosterView:
>>> org/eclipse/jface/window/ToolTip
>>> !STACK 0
>>> java.lang.NoClassDefFoundError: org/eclipse/jface/window/ToolTip
>>>
>>>
>>>
>>> "Scott Lewis" <slewis@composent.com> wrote in message
>>> news:46314A92.5080209@composent.com...
>>>> Hi Folks,
>>>>
>>>> Another integration/dev build today.
>>>>
>>>> Now that we have an automatable build, we can/will do integration builds
>>>> more frequently. In a short while we should have a build server going
>>>> and will be able to do daily automatic integration/dev builds.
>>>>
>>>> Highlights
>>>>
>>>> UI fixes/improvements in response to reports.
>>>>
>>>> Added support for hyperlinking in all ECF views
>>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=183030). To access,
>>>> simply hold down Ctrl key while pointing at URL in ECF view, text
>>>> editor, java editor.
>>>>
>>>> Added hyperlink detectors for xmpp/xmpps, ecftcp, irc, torrent, msn,
>>>> yahoo. This allows URLs of the form (e.g.)
>>>>
>>>> xmpp://fliwatuet@ecf.eclipse.org
>>>>
>>>> to be detected and then when clicked on launch the ECF XMPP connect
>>>> wizard.
>>>>
>>>> Progress on new Smack 3 additions with Jingle support
>>>>
>>>> Scott
>>>>
>>>>
>>>> Bugs Fixed since 4/24
>>>>
>>>> 170501 [UI] org.eclipse.ecf.ui needs to split off its non-core p...
>>>> 181505 [ui] Consider creating a 'Collaboration' perspective for ECF
>>>> 183030 [ui] Add support for Platform hyperlink detectors in all ...
>>>> 184036 [bot] ~keys cmd to point to "ctrl+shift+l"
>>>>
>>>>
>>>> Accessing Dev Build
>>>>
>>>> The core features can be accessed
>>>>
>>>> http://www.eclipse.org/ecf/downloads.php
>>>> Update site: http://download.eclipse.org/technology/ecf/update
>>>>
>>>> ECF Extras (including the new Skype Provider [1]) can be accessed at
>>>>
>>>> http://ecf1.osuosl.org/
>>>> Update site: http://ecf1.osuosl.org/update
>>>>
>>>> CVS tag: v20070426-1534
>
Re: ECF dev build 4.26.2007 [message #618303 is a reply to message #618302] Fri, 27 April 2007 21:21 Go to previous messageGo to next message
Bill Joy is currently offline Bill JoyFriend
Messages: 60
Registered: July 2009
Member
I have gone to ECF 1.0.0 M5 and having the problem that the JmDNS code is
constantly logging to stdout. This was not happening with build 4.27.2007.

Is there a way to prevent this in an ECF version which works on Eclipse 3.2?
I get lots of messages like the following:


Apr 27, 2007 2:09:57 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:09:58 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:09:58 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:02 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:33 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:33 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:34 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:34 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
FINER: run() JmDNS responding
Re: ECF dev build 4.26.2007 [message #618304 is a reply to message #618303] Fri, 27 April 2007 23:21 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Bill Joy wrote:
> I have gone to ECF 1.0.0 M5 and having the problem that the JmDNS code is
> constantly logging to stdout. This was not happening with build 4.27.2007.
>
> Is there a way to prevent this in an ECF version which works on Eclipse 3.2?


I believe the 4.27.2007 build for ECF service discovery view and jmdns
should work OK on eclipse 3.2...if this is all you need to run on 3.2.

But I assume you mean an ECF version where all of the example app code
works on Eclipse 3.2, right? If so, this would be doable, but it might
take a little time/effort...because our build system has changed along
with the intro of 3.3M6 code, and the fix for the bug below in 1.0.0M5
jmdns.

Please let me know.

Scott


> I get lots of messages like the following:
>
>
> Apr 27, 2007 2:09:57 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:09:58 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:09:58 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:15 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:10:26 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:02 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:33 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:33 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:34 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:34 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
> Apr 27, 2007 2:12:44 PM javax.jmdns.JmDNS$Responder run
> FINER: run() JmDNS responding
>
>
Previous Topic:ECF dev build 4.24.2007
Next Topic:ECF dev build 4.28.2007
Goto Forum:
  


Current Time: Thu Mar 28 22:36:17 GMT 2024

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

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

Back to the top