renatav / GraphDrawing

Graph Analysis and Drawing Library - Grad
MIT License
41 stars 7 forks source link

Cannot compile using maven #19

Open setzer22 opened 3 years ago

setzer22 commented 3 years ago

Attempting compilation with maven gives all sorts of compilation errors about missing classes and symbols. I am guessing this project was compiled using an IDE, and never tested with plain maven.

If you, like me, stumbled upon this project and are just looking to distribute it in your application as a single jar with all dependencies bundled, have a look at my fork at https://github.com/setzer22/GraphDrawing/

Due to the obvious differences in architecture, I will not be attempting a PR. I'm just posting the issue to help with other people encountering the same problem.