Skip to content
albarron edited this page May 18, 2016 · 2 revisions

Welcome to the WikiTailor wiki!

Setup

This is now a maven projet. You will require...

  • Apache Maven (tested with 3.0.5)
  • Java development kit (tested with 1.8)
  • Eclipse (optional; you might need to install Eclipse's Maven plugin)

Once you clone the project and set it up, you are ready to import it in Eclipse (as a Maven project!) or any other development platform.

Compilation

To generate a jar file with dependencies, run

mvn clean compile assembly:single

The jar will be generated in the target folder.

Clone this wiki locally