Howto access org.eclipse.team.internal.ccvs.ui at compile-time? [message #95219] |
Wed, 16 July 2003 16:05  |
Eclipse User |
|
|
|
WinXp; R2.1
Thanks to "MarkP" I now know that I need to call
org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.is Dirty(IResource)
but when I try to get the compiler to organize imports so as to see that
class, I get this error:
"org.eclipse.team cannot be resolved"; but I do have the five projects
org.eclipse.team.{core, cvs.core, cvs.ssh, cvs.ui, ui} as binary
projects, and there seem to be no other choices. What am I doing wrong?
Paul K
|
|
|
|
Re: Howto access org.eclipse.team.internal.ccvs.ui at compile-time? [message #96769 is a reply to message #96711] |
Fri, 18 July 2003 15:01  |
Eclipse User |
|
|
|
D'oh -- I should have thouht of that. But that turns out not to be sufficient: now
it compiles, but when it runs, I get:
java.lang.NoClassDefFoundError:
org/eclipse/team/internal/ccvs/ui/CVSLightweightDecorator
My LaunchConfig says "Launch with all workspace and enabled external plugins", and
the requisite five org.eclipse.team.{core, cvs.core, cvs.ssh, cvs.ui, ui} are
present in the WS, as binary projects.
Now what?
Paul K
John Arthorne wrote:
> Have you added those projects to your project's build path?
>
> Note: the class you mention is in an "internal" package, and therefore
> is not API and is subject to change without notice.
> --
>
> Paul T. Keyser wrote:
> > WinXp; R2.1
> >
> > Thanks to "MarkP" I now know that I need to call
> > org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.is Dirty(IResource)
> >
> > but when I try to get the compiler to organize imports so as to see that
> > class, I get this error:
> > "org.eclipse.team cannot be resolved"; but I do have the five projects
> > org.eclipse.team.{core, cvs.core, cvs.ssh, cvs.ui, ui} as binary
> > projects, and there seem to be no other choices. What am I doing wrong?
> >
> > Paul K
> >
> >
|
|
|
Powered by
FUDForum. Page generated in 0.03545 seconds