move and update Viz

This commit is contained in:
2019-02-11 14:55:31 -08:00
parent 3a15cfeb3d
commit 6a143eb425
8 changed files with 482 additions and 35 deletions

View File

@ -47,7 +47,8 @@ task runViz(type: JavaExec) {
dependsOn classes
systemProperty 'logback.configurationFile', 'src/main/resources/logback-viz.xml'
classpath sourceSets.main.runtimeClasspath
main = 'Viz'
main = 'ats.viz.Viz'
args 'logs/viz.log', 'viz/viz.html'
}
testlogger {