rwth-acis / REST-OCD-Services

This repository contains the OCD service of WebOCD. In the repository, java based codes of overlapping community detection algorithms (OCDA) can be found.
Apache License 2.0
14 stars 10 forks source link

Make WebOCD buildable outside eclipse #35

Closed MaxKissgen closed 3 years ago

MaxKissgen commented 3 years ago

Currently, WebOCD does not build without precompilation(producing a tmp folder) in eclipse after get_deps. This needs to be fixed so that IntelliJ and command line can be used for builds as well.