|
|
|
Re: Unresolved requirement after building CDO server plugin manually [message #1839466 is a reply to message #1839422] |
Mon, 22 March 2021 09:08 |
|
Warwick Burrows wrote on Sat, 20 March 2021 23:11I hadn't even heard of the osgi console. Although I may remember seeing it as one of the options on the eclipse console view menu - like the git console. Is there a link you can refer me to for how to use the osgi console to check the state?
Unfortunately not. You'll need to find something on the web.
Warwick Burrows wrote on Sat, 20 March 2021 23:11One thing I was going to try monday is switching my CDO git branch to the 4.12 release tag (?) and building it again to see if that works.
4.13 is out, too.
What I don't get is why you're trying to rebuild org.eclipse.net4j.util yourself just to set a tracing pattern. Couldn't you just call PrintTraceHandler.CONSOLE.setPattern()? Or even replace PrintTraceHandler.CONSOLE with your own instance of OMTraceHandler?
OMPlatform.INSTANCE.removeTraceHandler(PrintTraceHandler.CONSOLE);
OMPlatform.INSTANCE.addTraceHandler(new PrintTraceHandler()
{
// ...
});
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04283 seconds