Skip to content

BuildingRaplaWithIntellij

kohlhaas edited this page Feb 11, 2016 · 4 revisions

To build and run the latest Rapla version (2.0alpha and later) with intellij you need to do the following. Download and install the latest intellij (community or ultimate) Start intellij and import a new project from github with the following settings:

https://github.com/rapla/rapla.git

BuildingRaplaWithIntellij

intellj prompts you either with a dialog from where you choose maven

BuildingRaplaWithIntellij

or directly imports the project and shows the following warning, where you can enable maven nature

BuildingRaplaWithIntellij

Wait until maven downloaded all the dependencies and you can start Rapla. If you want to start the standalone version, unfold src/test/java/org/rapla/bootstrap and in the context menu click on run.

BuildingRaplaWithIntellij

If you want to debug just use debug instead of run.

Clone this wiki locally