- checks INTERLIS 1+2 transfer files
- enable/disable checks
- custom error messages
ilivalidator is licensed under the LGPL (Lesser GNU Public License).
For the current version of ilivalidator, you will need a JRE (Java Runtime Environment) installed on your system, version 1.6 or later. The JRE (Java Runtime Environment) can be downloaded for free from the Website http://www.java.com/.
https://github.com/claeis/ilivalidator/releases
To install the ilivalidator, choose a directory and extract the distribution file there.
The ilivalidator can be started with
java -jar ilivalidator.jar [options] file.xtf
To build the ilivalidator.jar
, use
gradle build
To build a binary distribution, use
gradle bindist