Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] External editor plug-ins broken in M5

Thanks, Kai,

I have actually looked at that stuff before. I assume it's in there
somewhere you moved the package to some plug-in that my plug-in doesn't
depend on, so the class can't be loaded. I've been waiting for the shoe to
drop.

But I have to ask, why would I want to make my plugin run in M5 when the
M5-compatible version probably won't run in M6, and so on?

Granted you have to shuffle things around to make the RCP, but how about
letting us know when you're going to _stop_ dropping shoes?

Bob Foster

----- Original Message ----- 
From: "Kai-Uwe Maetzel" <kai-uwe_maetzel@xxxxxxxxxx>
To: <eclipse-dev@xxxxxxxxxxx>
Sent: Tuesday, November 25, 2003 2:17 AM
Subject: Re: [eclipse-dev] External editor plug-ins broken in M5


> Bob,
> M5 is a major step towards a Rich Client Platform. Please have a look at
> "What's new and noteworthy"
>
http://download.eclipse.org/downloads/drops/S-3.0M5-200311211210/eclipse-news-M5.html
>
> especially the section about the Rich Client Platform
>
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-ui-home/rcp-proposal/rich_client_platform_facilities.html
>
> There you will find general information and also the steps how to migrate
> your plug-ins to run on M5.
> Kai
>
>
>
>
>
>
> "Bob Foster" <bob@xxxxxxxxxxxx>
> Sent by: eclipse-dev-admin@xxxxxxxxxxx
> 11/25/2003 02:18 AM
> Please respond to
> eclipse-dev@xxxxxxxxxxx
>
>
> To
> <eclipse-dev@xxxxxxxxxxx>
> cc
>
> Subject
> [eclipse-dev] External editor plug-ins broken in M5
>
>
>
>
>
>
> java.lang.NoClassDefFoundError:
> org/eclipse/jface/text/BadLocationException
>
> Thanks. Good job.
>
> Bob Foster
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
>



Back to the top