Logic Gates Example [message #129186] |
Tue, 27 April 2004 18:45 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 #129931 is a reply to message #129186] |
Thu, 29 April 2004 22:11 |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.03727 seconds