]> source.dussan.org Git - aspectj.git/commit
Revert "Always run javadoc using the ToolProvider API"
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 28 May 2021 08:11:32 +0000 (15:11 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 28 May 2021 09:27:34 +0000 (16:27 +0700)
commit94499e06295b4d3754c7228ad4e5710d2ac5ba42
tree21c9e1ba1e9955713cfeb11ceca3b4a0bc5ed2c8
parent520ed7b623263927b30fe1898b36f411490ba34d
Revert "Always run javadoc using the ToolProvider API"

This reverts commit f70aeb5e, except for some commented-out parts of
code and an unused method. I also simplified the code, e.g. with regard
to exception handling, and did some more cosmetic stuff, but basically
it is a revert.

In order to make it compile on more recent JDKs which doe not have class
com.sun.tools.javadoc.Main, I used Class.forName in the method being
called on JDK 8 only.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
ajdoc/src/main/java/org/aspectj/tools/ajdoc/JavadocRunner.java
ajdoc/src/main/java/org/aspectj/tools/ajdoc/Main.java