Flowdoc

Git repo: flowdoc git


A group university project. As usual for such kinds of projects, following best practises is impossible due to the weird and archaic rules that it has to conform to.

Though the usual build system that nearly all people use is plain Makefiles, I decided to spend the time necessary to hack together a gradle configuration. It was not an easy task, as the output format needed to be many standalone diferent jar files all built from the same source. The lack of flexibility we had on how to structure the project was a major handicap.

In the end, we had to follow their policy of having everything in a git repo, static builds of binaries included, and having a weird output folder for them.