]> source.dussan.org Git - aspectj.git/commit
Add diagnostic output to HtmlDecorator if AJ-Doc generation fails
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 21 Mar 2021 13:58:20 +0000 (20:58 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 21 Mar 2021 13:59:46 +0000 (20:59 +0700)
commit354212214df5afff0bbd1534ffbea1295201796b
tree98d18da4e06b801790814c2ca2c70f628122f80d
parentcf72b628c50fb296b38e559eff744bd829b61865
Add diagnostic output to HtmlDecorator if AJ-Doc generation fails

HtmlDecorator.decorateHTMLFile is where after Java version upgrades
(i.e. also new Javadoc generator version) usually tests fail for the
first time during builds because strings no longer match as expected.

There now is this log message on stdOut: "Something unexpected went
wrong in HtmlDecorator. Here is the full file causing the problem:"
After that, a full HTML page is logged. I hope this helps me identify
the new error on GitHub Linux Java 16, because the same test works on
Windows and I have no idea how to remote-debug a GitHub CI build.

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