/ili2c

Primary LanguageJava

ili2c - The INTERLIS Compiler

Checks the syntactical correctness of an INTERLIS data model.

Build Status

  • master branch build status
  • stable branch build status

License

ili2c is licensed under the LGPL (Lesser GNU Public License).

System Configuration

For the current version of ili2c, you will need a JAVA software development kit (JDK) version 1.6 or a more recent version must be installed on your system. A free version of the JAVA software development kit (JDK) is available here . Also required is the build tool ant. Download and install it as documented there.

Installation

In order to install the INTERLIS Compiler, extract the ZIP file into a new directory.

How to compile it?

To compile the INTERLIS Compiler, change to the newly created directory and enter the following command at the commandline prompt:

  • Unix
ant jar
  • Windows
ant jar

To build a binary distribution, use

ant bindist