dspinellis / UMLGraph

Declarative specification and drawing of UML diagrams
http://www.spinellis.gr/umlgraph
BSD 3-Clause "New" or "Revised" License
343 stars 92 forks source link

Build issues on JDK7 #33

Closed spyhunter99 closed 6 years ago

spyhunter99 commented 8 years ago

I'm getting a few build issues with JDK7.

cannot find package package com.sun.javadoc

I've verified that maven is resolving to the correct tools.jar file but something else is still whacky. Anyone else run into this?

It seems to work fine on JDK8 though

kno10 commented 6 years ago

I am closing this, since Java 8 and 11 are current. Building with 8 seems to be fine; support for Java 9-11 will require a major rewrite, unfortunately. c.f., #51