Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » ECF 0.93 Woes
ECF 0.93 Woes [message #609263] Sat, 18 November 2006 17:59 Go to next message
Bob Brady is currently offline Bob BradyFriend
Messages: 28
Registered: July 2009
Junior Member
I have installed ECF 0.93 on the stable Eclipse 3.2.1 release. I am
having some partial package visibility issues I haven't been able to fix
yet. Maybe someone here could help. I think I am getting many of these
types of errors.

For example, I have a class that needs to import:
org.eclipse.ecf.core.util.ECFException
org.eclipse.ecf.core.util.Event

Code completion on the import shows only these classes are available in
core.util:

AbstractFactory,
Base64,
ECFException,
Trace

I can import ECFException just fine. But for Event, the Problems view
says:
"..Cannot find the class file for org.eclipse.ecf.core.util.Event. Fix
the build path..."

The ecfapi.jar that is in my installed ecf plugin has the Event.class in
its core.util package. The MANIFEST for the ecfapi.jar looks fine too, as
core.util is exported. The current ECF API says Event should be member of
core.util, and it was in previous release anyway.

If I directly point my build path to the external lib ecfapi.jar, then I
have full package visibility. If I uninstall 0.93 and go back to my
previous 0.91, then everything fine too. Finally, I go round trip back to
0.93 and get same problem, as sanity check.

Anybody have suggestions? I try to fix an report any successes.

Thank you,
Bob
Re: ECF 0.93 Woes [message #609265 is a reply to message #609263] Sat, 18 November 2006 19:26 Go to previous messageGo to next message
Bob Brady is currently offline Bob BradyFriend
Messages: 28
Registered: July 2009
Junior Member
I'm still analyzing things. I think my problem has something to do with
only two features (core and example) being unpacked into my eclipse home
features directory when install by unpack ecf sdk or ecf update site.

-Bob
Re: ECF 0.93 Woes [message #609267 is a reply to message #609263] Sat, 18 November 2006 20:30 Go to previous messageGo to next message
Bob Brady is currently offline Bob BradyFriend
Messages: 28
Registered: July 2009
Junior Member
I think this is a bug. I added to bugzilla here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165082
Re: ECF 0.93 Woes [message #609268 is a reply to message #609267] Mon, 20 November 2006 19:04 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Bob,

Are you still having these problems? As responded to on the bug you
filed below, this seems to me to be a combination of

a) intermittent PDE strangeness (do a full rebuild/reimport)
b) adding two (Require-Bundle) dependencies (on org.eclipse.ecf and
org.eclipse.ecf.identity)...there should be only one (org.eclipse.ecf).

Scott

Bob Brady wrote:
> I think this is a bug. I added to bugzilla here:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=165082
>
Re: ECF 0.93 Woes [message #609271 is a reply to message #609268] Tue, 21 November 2006 01:45 Go to previous message
Bob Brady is currently offline Bob BradyFriend
Messages: 28
Registered: July 2009
Junior Member
Thanks for the rapid response by the ECF team! I was sick yesterday, but
I've revisited things today.

Yes, I still have problems, repeatable ones with Eclipse 3.2.1 and ECF
0.9.3:

+ PDE Weirdness: ecf package visibility, autoupdates vs. manual install
+ Partial package visibility, only seeing identity's core.util.* even when
only adding the ecf plugin to MANIFEST depedencies.

I put more documentation in bugzilla.
Previous Topic:ECF 0.9.3 API refactoring release
Next Topic:DataShareRMI
Goto Forum:
  


Current Time: Fri Apr 19 13:38:05 GMT 2024

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

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

Back to the top