-
How can I use it on git repository?.
2012-04-06 23:02:19 PDT in QuickRev
-
I tested sof on Windows XP, with compiler Visual Studio 2008.
2012-01-10 19:38:57 PST in sof
-
The version of SOF is : sof_1.3_11090.
2011-12-28 01:24:10 PST in sof
-
I use the following code in a console app:
Launcher<SingleThreaded,CREATOR> launcher;
launcher.setLogLevel(Logger::LOG_NOLOG);
launcher.start( bundleConfVec );
But the console still output the DEBUG log information to the console. Is it a bug or It's my misunderstanding of the setLogLevel() method?.
2011-12-28 01:22:43 PST in sof
-
I want to develop a Windows application which has ability to load plugins dynamically, And I found this project very useful.
However, this implement is for console only, do you have any plan to form a SDK for others to develop their own OSGI like application?.
2011-12-07 00:33:53 PST in sof