Hello, Tried to test it but I'm not able to build it.
Downloading: http://oss.sonatype.org/content/repositories/vaadin-releases//org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom 178b downloaded (mojo-parent-30.pom) [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html> <head><title>301' - RETRYING Downloading: http://oss.sonatype.org/content/repositories/vaadin-releases//org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom 178b downloaded (mojo-parent-30.pom) [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html> <head><title>301' - IGNORING [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: com.vaadin:vaadin-maven-plugin:maven-plugin:7.1.8 Reason: Cannot find parent: org.codehaus.mojo:mojo-parent for project: com.vaadin:vaadin-maven-plugin:maven-plugin:7.1.8 for project com.vaadin:vaadin-maven-plugin:maven-plugin:7.1.8 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 minutes 12 seconds [INFO] Finished at: Mon Sep 15 12:16:36 CEST 2014 [INFO] Final Memory: 51M/540M [INFO] ------------------------------------------------------------------------ Thanks. 2014-09-13 16:19 GMT+02:00 Alen Čaljkušić <[email protected]>: > Hello ZooKeeper community, > > I would like to present you a tool I have been working on. It is called > zklogtool. > > Zklogtool is a ZooKeeper transactions and data tree monitoring tool. It > works by analyzing transaction logs in real time. It can reconstruct > ZooKeepers data tree at any particular point in time. That works by loading > data tree from snapshot file and applying transactions to it. > > Zklogtool project consists of zklogtool library, console application and > web application. > > Possible use cases are: > > - Learning ZooKeeper > > - Developer tool > > - Troubleshooting > > - Integration in test environment > > - Integration in system > > I'm currently using it as a debugging tool. It can also be useful to > monitor transactions while interacting with system in real time. I’m > thinking about integrating this tool in automated tests. > > Code and instructions are on github: > > https://github.com/alenca/zklogtool > > I would appreciate any feedback. > > Thanks >
