Skip to main content



      Home
Home » Eclipse Projects » GEF » [newbie] Help! How do I get this going?
[newbie] Help! How do I get this going? [message #14950] Mon, 22 July 2002 20:19 Go to next message
Eclipse UserFriend
Originally posted by: paule.nospam.com

[newbie warning...]

I have just downloaded GEF and want to get the logic example going. The
readme says:

To use the Logic Example, use the wizard on the "New..." Menuitem.

OK, so I choose the New item. But then what? Can someone just give some
simple instructions to get this up and running? Doing a (hopefully) quick
evaluation.

Much appreciated

P
Re: [newbie] Help! How do I get this going? [message #14952 is a reply to message #14950] Mon, 22 July 2002 22:27 Go to previous messageGo to next message
Eclipse UserFriend
Aha ... I just got this myself. You need to make sure that the gef plugin
is enabled and functioning happily from within Eclipse. There may be a
shorter way, but here's how I found it:

* open the plug-in perspective. Window->Open Perspective->Other. Select
Plug-in Development
* find the list of plug-ins that are installed. Window->Show View->Plug-ins
* this should pop up an explorer window to the left labeled "Plug-ins"
* In the title bar of the "Plugin-ins" explorer window should be a pull down
menu marked with a down arrow directly to the left of the close window X.
click that
* It'll say, show workspace plug-ins and show disabled external plugins.
Make sure show disabled external plugins is selected
* Now, if you've unpacked the same into the plugins directory, you should
see it listed in the disabled plugins
* Right click over the com,ibm.etools.gef.examples.logicdesigner plugin and
select Import->As Binary Project
* Bear with me, we're getting closer
* Now comes an annoying part. You'll need to right click over the now
enabled com.ibm.etools.gef.examples.logicdesigner plugin and select Show In
Package View
* Then open up the plugin and clik on the plugin.xml file. You'll notice a
number of alerts for this package. These alerts essentially tell you that
you need to install other plugins. Install these plugins as listed. Here's
the list I ended up with

com.ibm.etools.draw2d
com.ibm.etools.draw2d.doc.isv
com.ibm.etools.gef
com.ibm.etools.gef.examples.logicdesigner
org.apache.ant
org.apache.lucene
org.apache.xerces
org.eclipse.ant.core
org.eclipse.core.boot
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.help
org.eclipse.swt
org.eclipse.ui
org.eclipse.update.core
org.eclipse.update.core.win32

There might be a couple extraneous, but I can't tell.

Hope this helps!

M

"Paul Edwards" <paule@nospam.com> wrote in message
news:ahi5h6$4t9$1@rogue.oti.com...
> [newbie warning...]
>
> I have just downloaded GEF and want to get the logic example going. The
> readme says:
>
> To use the Logic Example, use the wizard on the "New..." Menuitem.
>
> OK, so I choose the New item. But then what? Can someone just give some
> simple instructions to get this up and running? Doing a (hopefully) quick
> evaluation.
>
> Much appreciated
>
> P
>
>
Re: [newbie] Help! How do I get this going? [message #14956 is a reply to message #14952] Mon, 22 July 2002 23:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paule.nospam.com

"Matt Ho" <matt@indigoegg.com> wrote in message
news:ahid24$7ii$1@rogue.oti.com...
> Aha ... I just got this myself. You need to make sure that the gef plugin
> is enabled and functioning happily from within Eclipse. There may be a
> shorter way, but here's how I found it:

Thank you very much for all that! I have managed to load/build everything
successfully.

Now, how do I, umm, run it?

P
Re: [newbie] Help! How do I get this going? [message #14958 is a reply to message #14952] Mon, 22 July 2002 23:47 Go to previous messageGo to next message
Eclipse UserFriend
Assuming you have all the needed plugins, click on the New... Examples... then
either Logic Diagram or GEF (Graphical Editing Framework). We recently changed
this, so I'm not sure which one it is. There should only be one option from
there on. Hope this helps.

Eric

"Matt Ho" <matt@indigoegg.com> wrote in message
news:ahid24$7ii$1@rogue.oti.com...
> Aha ... I just got this myself. You need to make sure that the gef plugin
> is enabled and functioning happily from within Eclipse. There may be a
> shorter way, but here's how I found it:
>
> * open the plug-in perspective. Window->Open Perspective->Other. Select
> Plug-in Development
> * find the list of plug-ins that are installed. Window->Show View->Plug-ins
> * this should pop up an explorer window to the left labeled "Plug-ins"
> * In the title bar of the "Plugin-ins" explorer window should be a pull down
> menu marked with a down arrow directly to the left of the close window X.
> click that
> * It'll say, show workspace plug-ins and show disabled external plugins.
> Make sure show disabled external plugins is selected
> * Now, if you've unpacked the same into the plugins directory, you should
> see it listed in the disabled plugins
> * Right click over the com,ibm.etools.gef.examples.logicdesigner plugin and
> select Import->As Binary Project
> * Bear with me, we're getting closer
> * Now comes an annoying part. You'll need to right click over the now
> enabled com.ibm.etools.gef.examples.logicdesigner plugin and select Show In
> Package View
> * Then open up the plugin and clik on the plugin.xml file. You'll notice a
> number of alerts for this package. These alerts essentially tell you that
> you need to install other plugins. Install these plugins as listed. Here's
> the list I ended up with
>
> com.ibm.etools.draw2d
> com.ibm.etools.draw2d.doc.isv
> com.ibm.etools.gef
> com.ibm.etools.gef.examples.logicdesigner
> org.apache.ant
> org.apache.lucene
> org.apache.xerces
> org.eclipse.ant.core
> org.eclipse.core.boot
> org.eclipse.core.resources
> org.eclipse.core.runtime
> org.eclipse.help
> org.eclipse.swt
> org.eclipse.ui
> org.eclipse.update.core
> org.eclipse.update.core.win32
>
> There might be a couple extraneous, but I can't tell.
>
> Hope this helps!
>
> M
>
> "Paul Edwards" <paule@nospam.com> wrote in message
> news:ahi5h6$4t9$1@rogue.oti.com...
> > [newbie warning...]
> >
> > I have just downloaded GEF and want to get the logic example going. The
> > readme says:
> >
> > To use the Logic Example, use the wizard on the "New..." Menuitem.
> >
> > OK, so I choose the New item. But then what? Can someone just give some
> > simple instructions to get this up and running? Doing a (hopefully) quick
> > evaluation.
> >
> > Much appreciated
> >
> > P
> >
> >
>
>
Re: [newbie] Help! How do I get this going? [message #14960 is a reply to message #14952] Tue, 23 July 2002 03:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shane_fitzgibbon.versata.com

Matt

This seems it too much like hard work. Did you download the GEF
framework from http://www.eclipse.org/gef/ if so you should just have to
extract the contents into your eclipse directory and restart eclipse.

Once in eclipse ensure that you have at least one project and then right
click on the Navigator/Resource view and select New -> Other... to bring
up the New... wizard. In the tree on the left hand side of the wizard
choose Examples -> Example Logic Creation Wizards, this should take you
through the rest example resource creation. This should open up the
example GEF editor to allow you to edit your binary logic model.

What is useful is to import the plugin as a source project, simalar to
how you imported the plugin as a binary project.

You might also want to look at the Shapes example as a simpler
introduction to GEF, I know it helped me out. yo ucan find it on the
Eclipse WIKI at http://eclipsewiki.swiki.net/50#shapeeditor

Cheers

Shane

Matt Ho wrote:

> Aha ... I just got this myself. You need to make sure that the gef plugin
> is enabled and functioning happily from within Eclipse. There may be a
> shorter way, but here's how I found it:
>
> * open the plug-in perspective. Window->Open Perspective->Other. Select
> Plug-in Development
> * find the list of plug-ins that are installed. Window->Show View->Plug-ins
> * this should pop up an explorer window to the left labeled "Plug-ins"
> * In the title bar of the "Plugin-ins" explorer window should be a pull down
> menu marked with a down arrow directly to the left of the close window X.
> click that
> * It'll say, show workspace plug-ins and show disabled external plugins.
> Make sure show disabled external plugins is selected
> * Now, if you've unpacked the same into the plugins directory, you should
> see it listed in the disabled plugins
> * Right click over the com,ibm.etools.gef.examples.logicdesigner plugin and
> select Import->As Binary Project
> * Bear with me, we're getting closer
> * Now comes an annoying part. You'll need to right click over the now
> enabled com.ibm.etools.gef.examples.logicdesigner plugin and select Show In
> Package View
> * Then open up the plugin and clik on the plugin.xml file. You'll notice a
> number of alerts for this package. These alerts essentially tell you that
> you need to install other plugins. Install these plugins as listed. Here's
> the list I ended up with
>
> com.ibm.etools.draw2d
> com.ibm.etools.draw2d.doc.isv
> com.ibm.etools.gef
> com.ibm.etools.gef.examples.logicdesigner
> org.apache.ant
> org.apache.lucene
> org.apache.xerces
> org.eclipse.ant.core
> org.eclipse.core.boot
> org.eclipse.core.resources
> org.eclipse.core.runtime
> org.eclipse.help
> org.eclipse.swt
> org.eclipse.ui
> org.eclipse.update.core
> org.eclipse.update.core.win32
>
> There might be a couple extraneous, but I can't tell.
>
> Hope this helps!
>
> M
>
> "Paul Edwards" <paule@nospam.com> wrote in message
> news:ahi5h6$4t9$1@rogue.oti.com...
>
>>[newbie warning...]
>>
>>I have just downloaded GEF and want to get the logic example going. The
>>readme says:
>>
>>To use the Logic Example, use the wizard on the "New..." Menuitem.
>>
>>OK, so I choose the New item. But then what? Can someone just give some
>>simple instructions to get this up and running? Doing a (hopefully) quick
>>evaluation.
>>
>>Much appreciated
>>
>>P
>>
>>
>>
>
>
Re: [newbie] Help! How do I get this going? [message #14969 is a reply to message #14950] Tue, 23 July 2002 08:47 Go to previous message
Eclipse UserFriend
Originally posted by: none.ibm.com

Of course, you don't actually have to import GEF into a development
workspace to see it run. You can and probably should unzip it straight on
top of your Eclipse 2.0 development IDE. This will allow you to see the
online reference.

Then, so what Eric said and run the wizard.

"Paul Edwards" <paule@nospam.com> wrote in message
news:ahi5h6$4t9$1@rogue.oti.com...
> [newbie warning...]
>
> I have just downloaded GEF and want to get the logic example going. The
> readme says:
>
> To use the Logic Example, use the wizard on the "New..." Menuitem.
>
> OK, so I choose the New item. But then what? Can someone just give some
> simple instructions to get this up and running? Doing a (hopefully) quick
> evaluation.
>
> Much appreciated
>
> P
>
>
Previous Topic:help running logicdesigner
Next Topic:DialogBox on object creation
Goto Forum:
  


Current Time: Tue Jul 15 02:19:01 EDT 2025

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

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

Back to the top