Legacy numass repository
Go to file
2018-08-31 11:56:46 +03:00
gradle/wrapper Gradle build fix. Version 4.0 not working 2017-06-16 22:00:08 +03:00
numass-control Global cleanup 2018-08-29 22:02:20 +03:00
numass-core Column tables to kotlin 2018-08-30 22:07:09 +03:00
numass-main Fixed model manager 2018-08-31 11:56:46 +03:00
numass-server minor update 2018-06-06 10:23:40 +03:00
numass-viewer Code fixes. 2018-08-29 20:23:47 +03:00
numass-web Build OK. 2018-04-28 15:10:57 +03:00
.hgignore Merge storage2 into dev 2018-05-06 13:13:06 +03:00
build.gradle Faster file type infer 2018-08-21 17:00:55 +03:00
gradlew Viewer redone 2017-04-15 22:15:53 +03:00
gradlew.bat Viewer redone 2017-04-15 22:15:53 +03:00
README.md README.md edited online with Bitbucket 2015-12-18 13:40:44 +00:00
settings.gradle Global cleanup 2018-08-29 22:02:20 +03:00

Purpose

This repository contains tools and utilities for Trotsk nu-mass experiment.

Set-up

This project build using DataForge framework. Currently in order to compile numass tools, one need to download dataforge gradle project here. If both projects (numass and dataforge) are in the same directory, everything will work out of the box, otherwise, one needs to edit gradle.properties file in the root of numass project and set dataforgePath to the relative path of dataforge directory.

It is intended to fix this problem with public maven repository later.