Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Howto access org.eclipse.team.internal.ccvs.ui at compile-time?
Howto access org.eclipse.team.internal.ccvs.ui at compile-time? [message #95219] Wed, 16 July 2003 20:05 Go to next message
Paul E. Keyser is currently offline Paul E. KeyserFriend
Messages: 878
Registered: July 2009
Senior Member
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 #96711 is a reply to message #95219] Fri, 18 July 2003 18:14 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Paul E. Keyser is currently offline Paul E. KeyserFriend
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
> >
> >
Previous Topic:Progress View?
Next Topic:EditorContributors
Goto Forum:
  


Current Time: Sat Nov 09 00:23:38 GMT 2024

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

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

Back to the top