arcanefoam / ecco

A Feature-Oriented Version Control System
https://llinsbauer.github.io/ecco/
0 stars 0 forks source link

ECCO

Get the code: git clone or download zip file into <working_dir>.

Requires:

Run gradle tasks in <working_dir> for a list of tasks to execute.

Examples:

IDEs

IntelliJ

IntelliJ supports Gradle out of the box. Just import the project as a Gradle project.

Eclipse

Eclipse does not support Gradle by default. There is a Gradle plugin for Eclipse, but I do not recommend it! Instead follow these steps:

Create Eclipse projects from Gradle projects: gradle eclipse. This creates the .project and .classpath files Eclipse needs for every project.

Import the created Eclipse projects into your Eclipse workspace: File > Import > General > Existing Projects Into Workspace.

Select all shown projects and import them.

Disable errors for cyclic dependencies in Eclipse: Window > Preferences > Java > Compiler > Building > Build path problems > Circular dependencies > Warning.