Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to follow RedBook GEF example
How to follow RedBook GEF example [message #154225] Fri, 15 October 2004 04:28 Go to next message
Eclipse UserFriend
Originally posted by: philipsseow.yahoo.com.sg

Hi,

I've downloaded the RedBook GEF example (SG246302) & try to follow the
steps to create my first GEF editor. However, I found that the Jave
Editor reported that "org.eclipse.gef" can't not be resolved.

I've checked that all GEF plug-in & features has been installed. So,
what steps did I miss & how to fix it ?

BTW, my Eclipse version is 3.0.1.
Re: How to follow RedBook GEF example [message #154275 is a reply to message #154225] Fri, 15 October 2004 15:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

It sounds like you are not using the PDE to setup your plug-in project and
set the classpaths for you automatically.

"Philip" <philipsseow@yahoo.com.sg> wrote in message
news:cknjla$kko$1@eclipse.org...
> Hi,
>
> I've downloaded the RedBook GEF example (SG246302) & try to follow the
> steps to create my first GEF editor. However, I found that the Jave
> Editor reported that "org.eclipse.gef" can't not be resolved.
>
> I've checked that all GEF plug-in & features has been installed. So,
> what steps did I miss & how to fix it ?
>
> BTW, my Eclipse version is 3.0.1.
>
Re: How to follow RedBook GEF example [message #154699 is a reply to message #154275] Thu, 21 October 2004 10:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: philipsseow.yahoo.com.sg

Thanks for your suggestion. In fact, I'm using PDE to setup the plug-in
project. However, I found that I haven't enter org.eclipse.gef &
org.eclipse.ui.views in "Required Plug-ins" of "Dependencies" page :-)

Thanks you anyway.


Randy Hudson wrote:

> It sounds like you are not using the PDE to setup your plug-in project and
> set the classpaths for you automatically.

> "Philip" <philipsseow@yahoo.com.sg> wrote in message
> news:cknjla$kko$1@eclipse.org...
> > Hi,
> >
> > I've downloaded the RedBook GEF example (SG246302) & try to follow the
> > steps to create my first GEF editor. However, I found that the Jave
> > Editor reported that "org.eclipse.gef" can't not be resolved.
> >
> > I've checked that all GEF plug-in & features has been installed. So,
> > what steps did I miss & how to fix it ?
> >
> > BTW, my Eclipse version is 3.0.1.
> >
Re: How to follow RedBook GEF example [message #154749 is a reply to message #154699] Thu, 21 October 2004 17:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You are still doing it wrong. You need to import GEF using the PDE, not
create a project using the PDE, then import the source. The plug.xml file
should get imported automatically, which includes this dependency in it
already.

"Philip" <philipsseow@yahoo.com.sg> wrote in message
news:cl83i2$27r$1@eclipse.org...
> Thanks for your suggestion. In fact, I'm using PDE to setup the plug-in
> project. However, I found that I haven't enter org.eclipse.gef &
> org.eclipse.ui.views in "Required Plug-ins" of "Dependencies" page :-)
>
> Thanks you anyway.
>
>
> Randy Hudson wrote:
>
> > It sounds like you are not using the PDE to setup your plug-in project
and
> > set the classpaths for you automatically.
>
> > "Philip" <philipsseow@yahoo.com.sg> wrote in message
> > news:cknjla$kko$1@eclipse.org...
> > > Hi,
> > >
> > > I've downloaded the RedBook GEF example (SG246302) & try to follow
the
> > > steps to create my first GEF editor. However, I found that the Jave
> > > Editor reported that "org.eclipse.gef" can't not be resolved.
> > >
> > > I've checked that all GEF plug-in & features has been installed.
So,
> > > what steps did I miss & how to fix it ?
> > >
> > > BTW, my Eclipse version is 3.0.1.
> > >
>
>
Re: How to follow RedBook GEF example [message #155386 is a reply to message #154749] Mon, 25 October 2004 01:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: philipsseow.yahoo.com.sg

Perhaps there is some misunderstanding. What I wanted to do is to create
my first GEF project "from scratch". So, there is no source for me to
import.

Randy Hudson wrote:

> You are still doing it wrong. You need to import GEF using the PDE, not
> create a project using the PDE, then import the source. The plug.xml file
> should get imported automatically, which includes this dependency in it
> already.

> "Philip" <philipsseow@yahoo.com.sg> wrote in message
> news:cl83i2$27r$1@eclipse.org...
> > Thanks for your suggestion. In fact, I'm using PDE to setup the plug-in
> > project. However, I found that I haven't enter org.eclipse.gef &
> > org.eclipse.ui.views in "Required Plug-ins" of "Dependencies" page :-)
> >
> > Thanks you anyway.
> >
> >
> > Randy Hudson wrote:
> >
> > > It sounds like you are not using the PDE to setup your plug-in project
> and
> > > set the classpaths for you automatically.
> >
> > > "Philip" <philipsseow@yahoo.com.sg> wrote in message
> > > news:cknjla$kko$1@eclipse.org...
> > > > Hi,
> > > >
> > > > I've downloaded the RedBook GEF example (SG246302) & try to follow
> the
> > > > steps to create my first GEF editor. However, I found that the Jave
> > > > Editor reported that "org.eclipse.gef" can't not be resolved.
> > > >
> > > > I've checked that all GEF plug-in & features has been installed.
> So,
> > > > what steps did I miss & how to fix it ?
> > > >
> > > > BTW, my Eclipse version is 3.0.1.
> > > >
> >
> >
Re: How to follow RedBook GEF example [message #155438 is a reply to message #155386] Mon, 25 October 2004 04:09 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You just use the PDE wizard, and then edit the plugin.xml file to include
org.eclipse.gef as a dependency for your new plugin.

"Philip" <philipsseow@yahoo.com.sg> wrote in message
news:clhmgt$de$1@eclipse.org...
> Perhaps there is some misunderstanding. What I wanted to do is to create
> my first GEF project "from scratch". So, there is no source for me to
> import.
>
Previous Topic:palette customization
Next Topic:Mapping from key-codes to Commands?
Goto Forum:
  


Current Time: Thu Jan 16 21:57:07 GMT 2025

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

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

Back to the top