Installation
Maven plugin
To use the maven plugin of Kilt include the following plugin section in the pom of your project:
1 <build>
2 <plugins>
3 …
4 <plugin>
5 <groupId>de.poiu.kilt</groupId>
6 <artifactId>kilt-maven-plugin</artifactId>
7 <version>1.0.2</version>
8 <configuration>
9 …
10 </configuration>
11 <executions>
12 <execution>
13 <id>i18n-facade-generation</id>
14 <goals>
15 <goal>create-facade</goal>
16 </goals>
17 </execution>
18 </executions>
19 </plugin>
20 …
21 <plugins>
22 <build>
See the Kilt User Guide for a detailed description of the available goals and configuration parameters.
Ant task
To use the ant task of Kilt download the kilt-ant package from the
Download section and either use the
integrated build.xml
file or use it as a sample to include it in your own ant
build script.
You will need the accompanied properties file and lib directory as well.
As standalone tool
To use Kilt as a standalone tool download the kilt-cli package from the Download section and unpack it to a directory of your choice.