freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FR-devel] RUNNING state - Issue #2


From: Laurent Julliard
Subject: Re: [FR-devel] RUNNING state - Issue #2
Date: Mon, 01 Jul 2002 13:39:26 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Forget about my previous message. The problem in the order in which log message appeared was due to a log message in the transition method placed too far in the method (plugin.rb). I have changed the place where the transition message is logged and the flow of dependecy is ok as far as I can see (See attached).

Please update your working copy.

The Databus inspector menu item hasn't yet re-appeared but this is another problem.

Laurent


--
Laurent JULLIARD - Xerox R&T/SSTC/XPA - Open Source team
>> Host your Xerox Software project on CodeX: http://codex.xerox.com
>> address@hidden community: http://xww.linux.world.xerox.com
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: LOADING -> LOADED
 INFO FreeRIDE: Plugin(EditCommands): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(EditCommands): Command component created for EditCut
 INFO FreeRIDE: Plugin(EditCommands): Command component created for EditCopy
 INFO FreeRIDE: Plugin(EditCommands): Command component created for EditPaste
 INFO FreeRIDE: Plugin(EditCommands): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(AppCommands): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(AppCommands): Command component created for FileOpen
 INFO FreeRIDE: Plugin(AppCommands): Command component created for FileClose
 INFO FreeRIDE: Plugin(AppCommands): Command component created for FileSave
 INFO FreeRIDE: Plugin(AppCommands): Command component created for Exit
 INFO FreeRIDE: Plugin(AppCommands): Command component created for About
 INFO FreeRIDE: Plugin(AppCommands): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(System_Commands): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(System_Commands): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(MenuPanes): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(MenuPanes): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(System_Commands_Subsystem): State transition: LOADED -> 
STARTING
 INFO FreeRIDE: Plugin(System_Commands_Subsystem): State transition: STARTING 
-> RUNNING
 INFO FreeRIDE: Plugin(Logger): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(Logger): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(EditPanes): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(EditPanes): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(AppFrameRenderFox): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(AppFrameRenderFox): AppFrame Listener started
 INFO FreeRIDE: Plugin(AppFrameRenderFox): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(FoxServices): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(FoxServices): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): MenuPaneListener started
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(MenuBarRenderFox): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(MenuBarRenderFox): MenuBarListener started
 INFO FreeRIDE: Plugin(MenuBarRenderFox): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(DatabusInspectorRenderFox): State transition: LOADED -> 
STARTING
 INFO FreeRIDE: Plugin(DatabusInspectorRenderFox): State transition: STARTING 
-> RUNNING
 INFO FreeRIDE: Plugin(EditPaneRenderFox): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(EditPaneRenderFox): EditPane Listener started
 INFO FreeRIDE: Plugin(EditPaneRenderFox): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(GuiRenderFox): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(GuiRenderFox): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(AppFrames): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(AppFrames): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(MenuBars): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(MenuBars): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(GuiSetup): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(AppFrameRenderFox): AppFrame started
ERROR FreeRIDE: Plugin(AppFrameRenderFox): Only one AppFrame allowed, creation 
of main is ignored.
 INFO FreeRIDE: Plugin(AppFrames): AppFrame component created for main
ERROR FreeRIDE: Plugin(AppFrameRenderFox): Only one AppFrame allowed, creation 
of main is ignored.
 INFO FreeRIDE: Plugin(EditPaneRenderFox): EditPane started
ERROR FreeRIDE: Plugin(EditPaneRenderFox): Only one EditPane is currently 
allowed, creation of edit1 is ignored.
 INFO FreeRIDE: Plugin(EditPanes): EditPane component created for edit1
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): MenuPane File_menu started
 INFO FreeRIDE: Plugin(MenuPanes): MenuPane component created for File_menu
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): MenuPane Edit_menu started
 INFO FreeRIDE: Plugin(MenuPanes): MenuPane component created for Edit_menu
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): MenuPane Tools_menu started
 INFO FreeRIDE: Plugin(MenuPanes): MenuPane component created for Tools_menu
 INFO FreeRIDE: Plugin(AppCommands): Command component created for 
DatabusInspector
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): MenuPane Help_menu started
 INFO FreeRIDE: Plugin(MenuPanes): MenuPane component created for Help_menu
 INFO FreeRIDE: Plugin(MenuBarRenderFox): MenuBar main started
 INFO FreeRIDE: Plugin(MenuBars): MenuBar component created for main
ERROR FreeRIDE: Plugin(MenuBarRenderFox): Only one MenuBar allowed, creation of 
main is ignored.
 INFO FreeRIDE: Plugin(GuiSetup): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(DatabusInspector): Attaching DBI menu item and command
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(GuiCore): State transition: LOADED -> STARTING
 INFO FreeRIDE: Plugin(GuiCore): State transition: STARTING -> RUNNING
 INFO FreeRIDE: Plugin(FoxServices): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(FoxServices): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(DatabusInspectorRenderFox): State transition: RUNNING -> 
STOPPING
 INFO FreeRIDE: Plugin(DatabusInspectorRenderFox): State transition: STOPPING 
-> LOADED
 INFO FreeRIDE: Plugin(MenuBarRenderFox): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(MenuBarRenderFox): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(EditPaneRenderFox): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(EditPaneRenderFox): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(AppFrameRenderFox): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(AppFrameRenderFox): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(EditCommands): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(EditCommands): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(AppCommands): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(AppCommands): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(System_Commands): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(System_Commands): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(System_Commands_Subsystem): State transition: RUNNING -> 
STOPPING
 INFO FreeRIDE: Plugin(System_Commands_Subsystem): State transition: STOPPING 
-> LOADED
 INFO FreeRIDE: Plugin(Logger): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(Logger): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(GuiRenderFox): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(GuiRenderFox): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(EditPanes): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(EditPanes): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(MenuPanes): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(MenuPanes): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(MenuBars): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(MenuBars): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(AppFrames): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(AppFrames): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(GuiSetup): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(GuiSetup): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(GuiCore): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(GuiCore): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: RUNNING -> STOPPING
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: STOPPING -> LOADED
 INFO FreeRIDE: Plugin(FoxServices): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(FoxServices): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(DatabusInspectorRenderFox): State transition: LOADED -> 
UNLOADING
 INFO FreeRIDE: Plugin(DatabusInspectorRenderFox): State transition: UNLOADING 
-> UNLOADED
 INFO FreeRIDE: Plugin(MenuBarRenderFox): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(MenuBarRenderFox): State transition: UNLOADING -> 
UNLOADED
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(MenuPaneRenderFox): State transition: UNLOADING -> 
UNLOADED
 INFO FreeRIDE: Plugin(EditPaneRenderFox): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(EditPaneRenderFox): State transition: UNLOADING -> 
UNLOADED
 INFO FreeRIDE: Plugin(AppFrameRenderFox): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(AppFrameRenderFox): State transition: UNLOADING -> 
UNLOADED
 INFO FreeRIDE: Plugin(EditCommands): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(EditCommands): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(AppCommands): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(AppCommands): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(System_Commands): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(System_Commands): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(System_Commands_Subsystem): State transition: LOADED -> 
UNLOADING
 INFO FreeRIDE: Plugin(System_Commands_Subsystem): State transition: UNLOADING 
-> UNLOADED
 INFO FreeRIDE: Plugin(Logger): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(Logger): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(GuiRenderFox): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(GuiRenderFox): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(EditPanes): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(EditPanes): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(MenuPanes): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(MenuPanes): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(MenuBars): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(MenuBars): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(AppFrames): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(AppFrames): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(GuiSetup): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(GuiSetup): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(GuiCore): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(GuiCore): State transition: UNLOADING -> UNLOADED
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: LOADED -> UNLOADING
 INFO FreeRIDE: Plugin(DatabusInspector): State transition: UNLOADING -> 
UNLOADED
 INFO FreeRIDE: --- Shutting down FreeRIDE on Mon Jul 01 13:33:26 CEST 2002

reply via email to

[Prev in Thread] Current Thread [Next in Thread]