[qos-ch/logback-beagle] 948856: Initial work on refactoring BeagleView.

Branch: refs/heads/master Home: https://github.com/qos-ch/logback-beagle Commit: 948856c8b1b8efdf295a42d60398b81084b4d563 https://github.com/qos-ch/logback-beagle/commit/948856c8b1b8efdf295a42d60398... Author: Christian Trutz <christian.trutz@belaso.de> Date: 2012-06-21 (Thu, 21 Jun 2012) Changed paths: M ch.qos.logback.beagle.core/META-INF/MANIFEST.MF M ch.qos.logback.beagle.core/build.properties A ch.qos.logback.beagle.core/icons/obj16/sailing-ship-16x16.png A ch.qos.logback.beagle.core/plugin.xml A ch.qos.logback.beagle.core/src/ch/qos/logback/beagle/core/BeagleView.java Log Message: ----------- Initial work on refactoring BeagleView. Signed-off-by: Christian Trutz <christian.trutz@belaso.de>

Hi Christian, I have not worked on logback-beagle for a long time so my memory is somewhat nebulous. To see the intended look-and-feel of the console plugin, you can launch MyMain java application in the ch.qos.logback.beagle.vista package. If I am not mistaken, BeagleView currently lacks the part for receiving events. Without this part, BeagleView is pretty much useless. However, it should *not* be hard to add this part. HTH, -- Ceki http://twitter.com/#!/ceki On 21.06.2012 21:54, Christian Trutz wrote:
Branch: refs/heads/master Home: https://github.com/qos-ch/logback-beagle Commit: 948856c8b1b8efdf295a42d60398b81084b4d563 https://github.com/qos-ch/logback-beagle/commit/948856c8b1b8efdf295a42d60398... Author: Christian Trutz<christian.trutz@belaso.de> Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths: M ch.qos.logback.beagle.core/META-INF/MANIFEST.MF M ch.qos.logback.beagle.core/build.properties A ch.qos.logback.beagle.core/icons/obj16/sailing-ship-16x16.png A ch.qos.logback.beagle.core/plugin.xml A ch.qos.logback.beagle.core/src/ch/qos/logback/beagle/core/BeagleView.java
Log Message: ----------- Initial work on refactoring BeagleView.
Signed-off-by: Christian Trutz<christian.trutz@belaso.de>

Hi ceki,
HTH ok thanks, I am now working on understanding the structure of two code bases. I see also that all logback-*.jar are also OSGi bundles. Is everywhere a p2 repository containing logback-*.jar? I do not want to add the logback-*.jars into the Beagle Plugin ...
Regards Christian 2012/6/21 ceki <ceki@qos.ch>:
Hi Christian,
I have not worked on logback-beagle for a long time so my memory is somewhat nebulous. To see the intended look-and-feel of the console plugin, you can launch MyMain java application in the ch.qos.logback.beagle.vista package. If I am not mistaken, BeagleView currently lacks the part for receiving events. Without this part, BeagleView is pretty much useless. However, it should *not* be hard to add this part.
HTH, -- Ceki http://twitter.com/#!/ceki
On 21.06.2012 21:54, Christian Trutz wrote:
Branch: refs/heads/master Home: https://github.com/qos-ch/logback-beagle Commit: 948856c8b1b8efdf295a42d60398b81084b4d563
https://github.com/qos-ch/logback-beagle/commit/948856c8b1b8efdf295a42d60398... Author: Christian Trutz<christian.trutz@belaso.de> Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths: M ch.qos.logback.beagle.core/META-INF/MANIFEST.MF M ch.qos.logback.beagle.core/build.properties A ch.qos.logback.beagle.core/icons/obj16/sailing-ship-16x16.png A ch.qos.logback.beagle.core/plugin.xml A ch.qos.logback.beagle.core/src/ch/qos/logback/beagle/core/BeagleView.java
Log Message: ----------- Initial work on refactoring BeagleView.
Signed-off-by: Christian Trutz<christian.trutz@belaso.de>
_______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev

On 22.06.2012 01:52, Christian Trutz wrote:
Hi ceki,
HTH ok thanks, I am now working on understanding the structure of two code bases. I see also that all logback-*.jar are also OSGi bundles. Is everywhere a p2 repository containing logback-*.jar? I do not want to add the logback-*.jars into the Beagle Plugin ...
Have you heard of Orbit [1]? It seems Orbit provides logback bundles [2]. These are maintained by Gunnar Wagenknecht. It looks like orbit provides a p2 repo. HTH, [1] http://www.eclipse.org/orbit/ [2] http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/ -- Ceki http://twitter.com/#!/ceki
participants (2)
-
ceki
-
Christian Trutz