ECF 0.93 Woes [message #609263] |
Sat, 18 November 2006 12:59  |
Eclipse User |
|
|
|
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 #609271 is a reply to message #609268] |
Mon, 20 November 2006 20:45  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03003 seconds