|
Re: Howto access org.eclipse.team.internal.ccvs.ui at compile-time? [message #96711 is a reply to message #95219] |
Fri, 18 July 2003 18:14 |
Eclipse User |
|
|
|
Originally posted by: John_Arthorne.oti.com_
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
>
>
|
|
|
Re: Howto access org.eclipse.team.internal.ccvs.ui at compile-time? [message #96769 is a reply to message #96711] |
Fri, 18 July 2003 19:01 |
Paul E. Keyser Messages: 878 Registered: July 2009 |
Senior Member |
|
|
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.03776 seconds