Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Logic Gates Example
Logic Gates Example [message #129186] Tue, 27 April 2004 18:45 Go to next message
Eclipse UserFriend
Originally posted by: rbhatna.clemson.edu

This is regarding the Logic gates example. I created a project and
compiled the source and exported the jar to the plugins directory
repalcing the original jar to see if the example would run. it didnt.
upon inspections of the two JAR files i foudn that the original jar
contains

org.eclipse.gef.examples.logicdesigner.model.icons
org.eclipse.gef.examples.logicdesigner.figure.icons
org.eclipse.gef.examples.logicdesigner.icons

each of these contain a bunch of icons.The JAR created by me on
compilation does not contains these folders and I am stumped as to where
they could have come from . The source which came with the example did NOT
contain these folders.
Could someone advise.

many thanks
Rahul
Re: Logic Gates Example [message #129199 is a reply to message #129186] Tue, 27 April 2004 20:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

What are you trying to accomplish?

"Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
news:c6m9nd$sja$1@eclipse.org...
> This is regarding the Logic gates example. I created a project and
> compiled the source and exported the jar to the plugins directory
> repalcing the original jar to see if the example would run. it didnt.
> upon inspections of the two JAR files i foudn that the original jar
> contains
>
> org.eclipse.gef.examples.logicdesigner.model.icons
> org.eclipse.gef.examples.logicdesigner.figure.icons
> org.eclipse.gef.examples.logicdesigner.icons
>
> each of these contain a bunch of icons.The JAR created by me on
> compilation does not contains these folders and I am stumped as to where
> they could have come from . The source which came with the example did NOT
> contain these folders.
> Could someone advise.
>
> many thanks
> Rahul
>
Re: Logic Gates Example [message #129211 is a reply to message #129199] Tue, 27 April 2004 20:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rbhatna.clemson.edu

My ultimate aim is to create my own palette and replace the constituents
of the current palette with my own symbols. This would be used a graphical
representaton as part of my research.

For now I am trying to compile the source and run the program so that I
can then proceed to incrementally make changes and export the JAR file .

Whitney Sorenson wrote:

> What are you trying to accomplish?

> "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> news:c6m9nd$sja$1@eclipse.org...
> > This is regarding the Logic gates example. I created a project and
> > compiled the source and exported the jar to the plugins directory
> > repalcing the original jar to see if the example would run. it didnt.
> > upon inspections of the two JAR files i foudn that the original jar
> > contains
> >
> > org.eclipse.gef.examples.logicdesigner.model.icons
> > org.eclipse.gef.examples.logicdesigner.figure.icons
> > org.eclipse.gef.examples.logicdesigner.icons
> >
> > each of these contain a bunch of icons.The JAR created by me on
> > compilation does not contains these folders and I am stumped as to where
> > they could have come from . The source which came with the example did NOT
> > contain these folders.
> > Could someone advise.
> >
> > many thanks
> > Rahul
> >
Re: Logic Gates Example [message #129224 is a reply to message #129211] Tue, 27 April 2004 21:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

If you don't mind using the current version, you could try downloading the
source from CVS - simply grab the gef.examples.logic package. This would
create the project for you, with all the necessary pieces.

"Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
news:c6me51$26g$1@eclipse.org...
> My ultimate aim is to create my own palette and replace the constituents
> of the current palette with my own symbols. This would be used a graphical
> representaton as part of my research.
>
> For now I am trying to compile the source and run the program so that I
> can then proceed to incrementally make changes and export the JAR file .
>
> Whitney Sorenson wrote:
>
> > What are you trying to accomplish?
>
> > "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> > news:c6m9nd$sja$1@eclipse.org...
> > > This is regarding the Logic gates example. I created a project and
> > > compiled the source and exported the jar to the plugins directory
> > > repalcing the original jar to see if the example would run. it didnt.
> > > upon inspections of the two JAR files i foudn that the original jar
> > > contains
> > >
> > > org.eclipse.gef.examples.logicdesigner.model.icons
> > > org.eclipse.gef.examples.logicdesigner.figure.icons
> > > org.eclipse.gef.examples.logicdesigner.icons
> > >
> > > each of these contain a bunch of icons.The JAR created by me on
> > > compilation does not contains these folders and I am stumped as to
where
> > > they could have come from . The source which came with the example did
NOT
> > > contain these folders.
> > > Could someone advise.
> > >
> > > many thanks
> > > Rahul
> > >
>
>
Re: Logic Gates Example [message #129386 is a reply to message #129224] Wed, 28 April 2004 19:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rbhatna.clemson.edu

I downloaded the source from CVS and have included all the necessary
external JARS. On compiling the source I get an error such that the
package org.eclipse.gef.rulers cannot be resolved.
I have already included org.eclipse.gef. Shouldnt org.eclipse.gef.rulers
be packaged inside the gef package?
Any Ideas?
Thanks

Whitney Sorenson wrote:

> If you don't mind using the current version, you could try downloading the
> source from CVS - simply grab the gef.examples.logic package. This would
> create the project for you, with all the necessary pieces.

> "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> news:c6me51$26g$1@eclipse.org...
> > My ultimate aim is to create my own palette and replace the constituents
> > of the current palette with my own symbols. This would be used a graphical
> > representaton as part of my research.
> >
> > For now I am trying to compile the source and run the program so that I
> > can then proceed to incrementally make changes and export the JAR file .
> >
> > Whitney Sorenson wrote:
> >
> > > What are you trying to accomplish?
> >
> > > "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> > > news:c6m9nd$sja$1@eclipse.org...
> > > > This is regarding the Logic gates example. I created a project and
> > > > compiled the source and exported the jar to the plugins directory
> > > > repalcing the original jar to see if the example would run. it didnt.
> > > > upon inspections of the two JAR files i foudn that the original jar
> > > > contains
> > > >
> > > > org.eclipse.gef.examples.logicdesigner.model.icons
> > > > org.eclipse.gef.examples.logicdesigner.figure.icons
> > > > org.eclipse.gef.examples.logicdesigner.icons
> > > >
> > > > each of these contain a bunch of icons.The JAR created by me on
> > > > compilation does not contains these folders and I am stumped as to
> where
> > > > they could have come from . The source which came with the example did
> NOT
> > > > contain these folders.
> > > > Could someone advise.
> > > >
> > > > many thanks
> > > > Rahul
> > > >
> >
> >
Re: Logic Gates Example [message #129399 is a reply to message #129224] Wed, 28 April 2004 19:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rbhatna.clemson.edu

I downloaded the source from CVS and have included all the necessary
external JARS. On compiling the source I get an error such that the
package org.eclipse.gef.rulers cannot be resolved.
I have already included org.eclipse.gef. Shouldnt org.eclipse.gef.rulers
be packaged inside the gef package?
Any Ideas?
Thanks

Whitney Sorenson wrote:

> If you don't mind using the current version, you could try downloading the
> source from CVS - simply grab the gef.examples.logic package. This would
> create the project for you, with all the necessary pieces.

> "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> news:c6me51$26g$1@eclipse.org...
> > My ultimate aim is to create my own palette and replace the constituents
> > of the current palette with my own symbols. This would be used a graphical
> > representaton as part of my research.
> >
> > For now I am trying to compile the source and run the program so that I
> > can then proceed to incrementally make changes and export the JAR file .
> >
> > Whitney Sorenson wrote:
> >
> > > What are you trying to accomplish?
> >
> > > "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> > > news:c6m9nd$sja$1@eclipse.org...
> > > > This is regarding the Logic gates example. I created a project and
> > > > compiled the source and exported the jar to the plugins directory
> > > > repalcing the original jar to see if the example would run. it didnt.
> > > > upon inspections of the two JAR files i foudn that the original jar
> > > > contains
> > > >
> > > > org.eclipse.gef.examples.logicdesigner.model.icons
> > > > org.eclipse.gef.examples.logicdesigner.figure.icons
> > > > org.eclipse.gef.examples.logicdesigner.icons
> > > >
> > > > each of these contain a bunch of icons.The JAR created by me on
> > > > compilation does not contains these folders and I am stumped as to
> where
> > > > they could have come from . The source which came with the example did
> NOT
> > > > contain these folders.
> > > > Could someone advise.
> > > >
> > > > many thanks
> > > > Rahul
> > > >
> >
> >
Re: Logic Gates Example [message #129463 is a reply to message #129386] Wed, 28 April 2004 21:11 Go to previous messageGo to next message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
You'll find it much more convenient to use a runtime workbench. That way,
you don't have to package and export your code with every incremental
change. You can just run it right from your workspace.


"Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
news:c6ov4o$ue9$1@eclipse.org...
> I downloaded the source from CVS and have included all the necessary
> external JARS. On compiling the source I get an error such that the
> package org.eclipse.gef.rulers cannot be resolved.
> I have already included org.eclipse.gef. Shouldnt org.eclipse.gef.rulers
> be packaged inside the gef package?
> Any Ideas?
> Thanks
>
> Whitney Sorenson wrote:
>
> > If you don't mind using the current version, you could try downloading
the
> > source from CVS - simply grab the gef.examples.logic package. This would
> > create the project for you, with all the necessary pieces.
>
> > "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> > news:c6me51$26g$1@eclipse.org...
> > > My ultimate aim is to create my own palette and replace the
constituents
> > > of the current palette with my own symbols. This would be used a
graphical
> > > representaton as part of my research.
> > >
> > > For now I am trying to compile the source and run the program so that
I
> > > can then proceed to incrementally make changes and export the JAR file
..
> > >
> > > Whitney Sorenson wrote:
> > >
> > > > What are you trying to accomplish?
> > >
> > > > "Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
> > > > news:c6m9nd$sja$1@eclipse.org...
> > > > > This is regarding the Logic gates example. I created a project and
> > > > > compiled the source and exported the jar to the plugins directory
> > > > > repalcing the original jar to see if the example would run. it
didnt.
> > > > > upon inspections of the two JAR files i foudn that the original
jar
> > > > > contains
> > > > >
> > > > > org.eclipse.gef.examples.logicdesigner.model.icons
> > > > > org.eclipse.gef.examples.logicdesigner.figure.icons
> > > > > org.eclipse.gef.examples.logicdesigner.icons
> > > > >
> > > > > each of these contain a bunch of icons.The JAR created by me on
> > > > > compilation does not contains these folders and I am stumped as to
> > where
> > > > > they could have come from . The source which came with the example
did
> > NOT
> > > > > contain these folders.
> > > > > Could someone advise.
> > > > >
> > > > > many thanks
> > > > > Rahul
> > > > >
> > >
> > >
>
>
Re: Logic Gates Example [message #129931 is a reply to message #129186] Thu, 29 April 2004 22:11 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You should use the Import->External plug-ins wizard to import the logic
source. One of the options is to import the plug-in as source vs. binary.
The default is binary, I think. If you change this choice, everything
should compile.

"Rahul Bhatnagar" <rbhatna@clemson.edu> wrote in message
news:c6m9nd$sja$1@eclipse.org...
> This is regarding the Logic gates example. I created a project and
> compiled the source and exported the jar to the plugins directory
> repalcing the original jar to see if the example would run. it didnt.
> upon inspections of the two JAR files i foudn that the original jar
> contains
>
> org.eclipse.gef.examples.logicdesigner.model.icons
> org.eclipse.gef.examples.logicdesigner.figure.icons
> org.eclipse.gef.examples.logicdesigner.icons
>
> each of these contain a bunch of icons.The JAR created by me on
> compilation does not contains these folders and I am stumped as to where
> they could have come from . The source which came with the example did NOT
> contain these folders.
> Could someone advise.
>
> many thanks
> Rahul
>
Previous Topic:Newbie Question: Model not being painted
Next Topic:Snap to Grid and resize
Goto Forum:
  


Current Time: Tue Apr 23 08:04:10 GMT 2024

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

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

Back to the top