Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » problems porting from 2.1 to 3m7
problems porting from 2.1 to 3m7 [message #211510] Mon, 15 March 2004 13:19 Go to next message
Eclipse UserFriend
Originally posted by: 0043672.student.ul.ie

Hi,

I have just ported across my plug-in from 2.1 to m7 and am having a
problem.
It is giving me the following error in one of my custom class files which
i cannot get to the bottom of.
"The type org.eclipse.ui.texteditor.ExtendedTextEditor cannot be resolved.
It is indirectly referenced from required .class files."

Also I cannot seem to add imported plugins to my class path. These
problems are probably related!

Has anybody had any similar type errors????????????????
Re: problems porting from 2.1 to 3m7 [message #211541 is a reply to message #211510] Mon, 15 March 2004 13:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shimbun.gmx.de

i do not really know what's the error, but maybe it is what i already read
in an article about migrating from eclipse 2 to 3

it was written, that org.eclipse.ui moved to org.eclipse.ui.ide

maybe you should try then to change it from
org.eclipse.ui.texteditor.ExtendedTextEditor
to
org.eclipse.ui.ide.texteditor.ExtendedTextEditor

..


Niall Ross wrote:

> Hi,
>
> I have just ported across my plug-in from 2.1 to m7 and am having a
> problem.
> It is giving me the following error in one of my custom class files which
> i cannot get to the bottom of.
> "The type org.eclipse.ui.texteditor.ExtendedTextEditor cannot be resolved.
> It is indirectly referenced from required .class files."
>
> Also I cannot seem to add imported plugins to my class path. These
> problems are probably related!
>
> Has anybody had any similar type errors????????????????
Re: problems porting from 2.1 to 3m7 [message #211571 is a reply to message #211541] Mon, 15 March 2004 14:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: 0043672.student.ul.ie

-----------------------------------
Importing org.eclipse.ui.ide still does not resolve any plugin refernce
problems and i'm still getting the same errors.

The thing is i have no reference whatsoever to this ExtendedTextEditor as
its new since eclipse 3.
When i try to add my imported plugins to the java build path it doesnt
work, complaining that each plugin is a duplicate entry.

Also it complains that "The project cannot be built since its build path
is incomplete. Cannot find the class file for
org.eclipse.ui.texteditor.ExtendedTextEditor"

I'm still quite puzzled! Its probably something very obvious that i'm
missing!!!
--------------------------------------


Nai Namae wrote:

> i do not really know what's the error, but maybe it is what i already read
> in an article about migrating from eclipse 2 to 3

> it was written, that org.eclipse.ui moved to org.eclipse.ui.ide

> maybe you should try then to change it from
> org.eclipse.ui.texteditor.ExtendedTextEditor
> to
> org.eclipse.ui.ide.texteditor.ExtendedTextEditor

> ..


> Niall Ross wrote:

> > Hi,
> >
> > I have just ported across my plug-in from 2.1 to m7 and am having a
> > problem.
> > It is giving me the following error in one of my custom class files which
> > i cannot get to the bottom of.
> > "The type org.eclipse.ui.texteditor.ExtendedTextEditor cannot be resolved.
> > It is indirectly referenced from required .class files."
> >
> > Also I cannot seem to add imported plugins to my class path. These
> > problems are probably related!
> >
> > Has anybody had any similar type errors????????????????
Re: problems porting from 2.1 to 3m7 [message #211822 is a reply to message #211571] Tue, 16 March 2004 03:13 Go to previous messageGo to next message
Eclipse UserFriend
What's your workspace setup? Have you imported the
org.eclipse.ui.workbench.texteditor plug-in as a binary plug-in, or via
a PDE plug-in container?

ExtendedTextEditor is the superclass of TextEditor, which you are
probably referencing somewhere.

-tom

Niall Ross wrote:
> -----------------------------------
> Importing org.eclipse.ui.ide still does not resolve any plugin refernce
> problems and i'm still getting the same errors.
>
> The thing is i have no reference whatsoever to this ExtendedTextEditor as
> its new since eclipse 3.
> When i try to add my imported plugins to the java build path it doesnt
> work, complaining that each plugin is a duplicate entry.
>
> Also it complains that "The project cannot be built since its build path
> is incomplete. Cannot find the class file for
> org.eclipse.ui.texteditor.ExtendedTextEditor"
>
> I'm still quite puzzled! Its probably something very obvious that i'm
> missing!!!
Re: problems porting from 2.1 to 3m7 [message #212057 is a reply to message #211822] Tue, 16 March 2004 11:31 Go to previous message
Eclipse UserFriend
Originally posted by: 0043672.student.ul.ie

-------------------------------------------
Got it sorted Tom ....eventually!!
Starting from scratch seemed to get rid of the duplicate plugin error and
importing the org.eclipse.ui.editors seemed to solve the
ExtendedTextEditor indirect reference error.
Thank god!!




Tom Eicher wrote:

> What's your workspace setup? Have you imported the
> org.eclipse.ui.workbench.texteditor plug-in as a binary plug-in, or via
> a PDE plug-in container?

> ExtendedTextEditor is the superclass of TextEditor, which you are
> probably referencing somewhere.

> -tom

> Niall Ross wrote:
> > -----------------------------------
> > Importing org.eclipse.ui.ide still does not resolve any plugin refernce
> > problems and i'm still getting the same errors.
> >
> > The thing is i have no reference whatsoever to this ExtendedTextEditor as
> > its new since eclipse 3.
> > When i try to add my imported plugins to the java build path it doesnt
> > work, complaining that each plugin is a duplicate entry.
> >
> > Also it complains that "The project cannot be built since its build path
> > is incomplete. Cannot find the class file for
> > org.eclipse.ui.texteditor.ExtendedTextEditor"
> >
> > I'm still quite puzzled! Its probably something very obvious that i'm
> > missing!!!
Previous Topic:Standalone eclipse plugins
Next Topic:Creat a resource like this/nested/resource
Goto Forum:
  


Current Time: Tue May 06 05:46:04 EDT 2025

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

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

Back to the top