Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » About running logic-example3.0.0 as run-time workbench
About running logic-example3.0.0 as run-time workbench [message #151715] Wed, 22 September 2004 17:52 Go to next message
mithun is currently offline mithunFriend
Messages: 4
Registered: July 2009
Junior Member
Hello ,
I am having eclipse 3.0 and GEFsdk 3.0. and logicexample 3.0

I created project and and src of it as source of logic example.
and plugin.xml , classpath etc. of this project from logic example plugin
itself.

there is no error in project but i receive yellow flag that
this method is deprecated. eg. IWOrkbench.UNDO deprecated.

so it doesnt run as run - time workbench.

so can you please tell me solution to run it as run time workbench
,as soon as possible.
Also tell me is there any wrong version that i am usinh ?
Re: About running logic-example3.0.0 as run-time workbench [message #151759 is a reply to message #151715] Wed, 22 September 2004 22:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

DId you use Import-->Existing Plugins, to import the logic example?
Deprecation warning do not prevent compilation and should not affect your
ability to run the example. You need to use the wizard to create a file.

"mithun ruikar" <mithunruikar@yahoo.com> wrote in message
news:cise59$gc4$1@eclipse.org...
> Hello ,
> I am having eclipse 3.0 and GEFsdk 3.0. and logicexample 3.0
>
> I created project and and src of it as source of logic example.
> and plugin.xml , classpath etc. of this project from logic example plugin
> itself.
>
> there is no error in project but i receive yellow flag that
> this method is deprecated. eg. IWOrkbench.UNDO deprecated.
>
> so it doesnt run as run - time workbench.
>
> so can you please tell me solution to run it as run time workbench
> ,as soon as possible.
> Also tell me is there any wrong version that i am usinh ?
>
>
I'm trying this, but doesn`t run [message #151842 is a reply to message #151759] Thu, 23 September 2004 15:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jdelgad.fedro.ugr.es

Hi !!!

I am also trying to run logic-example and I have used the steps that Randy
Hudson wrote, but I can`t find Import-->Existing Plugins, it doesn`t
appear. the options that appear in "Import..." are:

- Checkout projects from CVS
- Existing Ant BuildFile
- Existing project into WorkSpace
- External Features
- External Plugins and Fragments
- File System
- Team project set
- Zip file

I have tried with "Existing project into Workspace" and with "External
Plugins and Fragments", but it doesn`t run at all.

Please, I need your help as soon as posible. Thank you very much


Randy Hudson wrote:

> DId you use Import-->Existing Plugins, to import the logic example?
> Deprecation warning do not prevent compilation and should not affect your
> ability to run the example. You need to use the wizard to create a file.

> "mithun ruikar" <mithunruikar@yahoo.com> wrote in message
> news:cise59$gc4$1@eclipse.org...
> > Hello ,
> > I am having eclipse 3.0 and GEFsdk 3.0. and logicexample 3.0
> >
> > I created project and and src of it as source of logic example.
> > and plugin.xml , classpath etc. of this project from logic example plugin
> > itself.
> >
> > there is no error in project but i receive yellow flag that
> > this method is deprecated. eg. IWOrkbench.UNDO deprecated.
> >
> > so it doesnt run as run - time workbench.
> >
> > so can you please tell me solution to run it as run time workbench
> > ,as soon as possible.
> > Also tell me is there any wrong version that i am usinh ?
> >
> >
Re: About running logic-example3.0.0 as run-time workbench [message #151850 is a reply to message #151759] Thu, 23 September 2004 18:41 Go to previous messageGo to next message
mithun is currently offline mithunFriend
Messages: 4
Registered: July 2009
Junior Member
Hello ,

Randy told me about import from existing plugin option but i couldnt found
it. Also deprecation warnings are matters to me because when i run this
example as runtime workbench , and tried to make new file from file
creation wizard , creation window neither closed nor new file .logic is
created in selected project , when clicked on finish button.
when i saw .log file of this workspace i see there error :
exceptionInitializerError : at getInitialContents() of FileCreationPage1
class.

Also when tried other way , that to create new file manually by new -> file
of .logic extension it gave same error exceptionInitializerError and
noClassDefFoundError : but this time : at LogicEditor <init>.

i think this is complete descrioption of what i stucking with .

So Please give me solution of These "Deprecated" Warning.



Randy Hudson wrote:

> DId you use Import-->Existing Plugins, to import the logic example?
> Deprecation warning do not prevent compilation and should not affect your
> ability to run the example. You need to use the wizard to create a file.

> "mithun ruikar" <mithunruikar@yahoo.com> wrote in message
> news:cise59$gc4$1@eclipse.org...
> > Hello ,
> > I am having eclipse 3.0 and GEFsdk 3.0. and logicexample 3.0
> >
> > I created project and and src of it as source of logic example.
> > and plugin.xml , classpath etc. of this project from logic example plugin
> > itself.
> >
> > there is no error in project but i receive yellow flag that
> > this method is deprecated. eg. IWOrkbench.UNDO deprecated.
> >
> > so it doesnt run as run - time workbench.
> >
> > so can you please tell me solution to run it as run time workbench
> > ,as soon as possible.
> > Also tell me is there any wrong version that i am usinh ?
> >
> >
Re: About running logic-example3.0.0 as run-time workbench [message #151866 is a reply to message #151850] Thu, 23 September 2004 20:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gaslade.yahoo.com

Hi

Firstly, as Randy has already said, the depreciation warning messages
you are seeing are just warning messages..... they are not errors and
they are not what is causing your problems..... so just forget about them.

Perhaps if you attached a portion ( or all ) of each stack trace from
the .log file for the two errors you mentioned then it would be a little
easier to see what the problem was.

Guy


mithun ruikar wrote:
> Hello ,
>
> Randy told me about import from existing plugin option but i couldnt found
> it. Also deprecation warnings are matters to me because when i run this
> example as runtime workbench , and tried to make new file from file
> creation wizard , creation window neither closed nor new file .logic is
> created in selected project , when clicked on finish button.
> when i saw .log file of this workspace i see there error :
> exceptionInitializerError : at getInitialContents() of FileCreationPage1
> class.
>
> Also when tried other way , that to create new file manually by new -> file
> of .logic extension it gave same error exceptionInitializerError and
> noClassDefFoundError : but this time : at LogicEditor <init>.
>
> i think this is complete descrioption of what i stucking with .
>
> So Please give me solution of These "Deprecated" Warning.
>
>
>
> Randy Hudson wrote:
>
>
>>DId you use Import-->Existing Plugins, to import the logic example?
>>Deprecation warning do not prevent compilation and should not affect your
>>ability to run the example. You need to use the wizard to create a file.
>
>
>>"mithun ruikar" <mithunruikar@yahoo.com> wrote in message
>>news:cise59$gc4$1@eclipse.org...
>>
>>>Hello ,
>>>I am having eclipse 3.0 and GEFsdk 3.0. and logicexample 3.0
>>>
>>>I created project and and src of it as source of logic example.
>>>and plugin.xml , classpath etc. of this project from logic example plugin
>>>itself.
>>>
>>>there is no error in project but i receive yellow flag that
>>>this method is deprecated. eg. IWOrkbench.UNDO deprecated.
>>>
>>>so it doesnt run as run - time workbench.
>>>
>>>so can you please tell me solution to run it as run time workbench
>>>,as soon as possible.
>>>Also tell me is there any wrong version that i am usinh ?
>>>
>>>
>
>
>
Re: I'm trying this, but doesn`t run [message #153251 is a reply to message #151842] Thu, 07 October 2004 14:24 Go to previous message
Eclipse UserFriend
Originally posted by: dyx.gmx.net

Open the Plugins View (Window->Show View -> Plugins) and right click on =
=

the plugin in there.


On Thu, 23 Sep 2004 15:50:47 +0000 (UTC), Jose <jdelgad@fedro.ugr.es> =

wrote:

> Hi !!!
>
> I am also trying to run logic-example and I have used the steps that =

> Randy
> Hudson wrote, but I can`t find Import-->Existing Plugins, it doesn`t
> appear. the options that appear in "Import..." are:
>
> - Checkout projects from CVS
> - Existing Ant BuildFile
> - Existing project into WorkSpace
> - External Features
> - External Plugins and Fragments
> - File System
> - Team project set
> - Zip file
>
> I have tried with "Existing project into Workspace" and with "External=

> Plugins and Fragments", but it doesn`t run at all.
>
> Please, I need your help as soon as posible. Thank you very much
>
>
> Randy Hudson wrote:
>
>> DId you use Import-->Existing Plugins, to import the logic example?
>> Deprecation warning do not prevent compilation and should not affect =
=

>> your
>> ability to run the example. You need to use the wizard to create a =

>> file.
>
>> "mithun ruikar" <mithunruikar@yahoo.com> wrote in message
>> news:cise59$gc4$1@eclipse.org...
>> > Hello ,
>> > I am having eclipse 3.0 and GEFsdk 3.0. and logicexample 3.0
>> >
>> > I created project and and src of it as source of logic example.
>> > and plugin.xml , classpath etc. of this project from logic example =
=

>> plugin
>> > itself.
>> >
>> > there is no error in project but i receive yellow flag that
>> > this method is deprecated. eg. IWOrkbench.UNDO deprecated.
>> >
>> > so it doesnt run as run - time workbench.
>> >
>> > so can you please tell me solution to run it as run time workbench
>> > ,as soon as possible.
>> > Also tell me is there any wrong version that i am usinh ?
>> >
>> >
>
>



-- =

Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Previous Topic:Container Question
Next Topic:Composite edit part - main/child editor level
Goto Forum:
  


Current Time: Thu Jan 16 23:22:30 GMT 2025

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

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

Back to the top