Nuclos IntelliJ IDEA: core git, project git, Maven, Ajc, AspectJ, longpaths, checkout tag, development environment.

globe with meridians Language: Deutsch · English

graduation cap Tutorial: integrating Nuclos into IntelliJ IDEA

Integrate the Nuclos core into IntelliJ IDEA – clone repositories, configure Maven and the AspectJ compiler.

Auf dieser Seite

Objective

Integrate a Nuclos project (core) into the IntelliJ IDEA IDE to develop on the Nuclos source code or on extensions.

Prerequisites

Windows: configure Git for long file names:

git config --system core.longpaths true

Clone the repositories

Clone both the project git and the core git. In the core, switch to the tag matching the Nuclos version of the project installation (git checkout <tag>).

Configure IntelliJ

Related pages

gear Integrating rule code in IntelliJ


Rule code.

Öffnen →

gear Problems and error messages with the IDE


Troubleshooting.

Öffnen →