/arborext

Primary LanguageJavaApache License 2.0Apache-2.0

arborext

arborext is a Java tool that copies a git repository and creates a GXL file for every commit, that can be read by SEE.

Usage

java -jar arborext.jar -p <git|svn|hg> -r <repository url>

Will clone the given repository to tmprepo and create a batch of numbered GXL files in the current directory. tmprepo will be deleted afterwards.

Building

You need a working installation of Mavan for this build.

From the project root it is as simple as:

mvn package

then.

This will create a folder target/ which contains two .jar files; one with and the other without the bundled dependencies.