]> source.dussan.org Git - aspectj.git/commit
Fix broken 'useFullLTW' test mode
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 01:37:16 +0000 (08:37 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 01:37:16 +0000 (08:37 +0700)
commita385d8b6613b4dbdce81880a84cd709fb09026d6
tree1bf6fa9a7677edef6338b080cf64f7e1cc2c5b0e
parent1ff8e0915c4a47e63415069d1cee33e6493a638f
Fix broken 'useFullLTW' test mode

It was referring to a no longer existent weaver under
aj-build/dist/tools/lib/aspectjweaver.jar, which now has been replaced
by the new file lib/aspectj/lib/aspectjweaver.jar.

Several tests were broken, not finding the agent. But because those
tests make no assertions, nobody ever noticed. Only when I had to change
some LTW tests from in-process to full LTW mode (see next commit) due to
them now obviously calling some code paths which need '--add-opens', I
even noticed the problem.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
lib/aspectj/lib/aspectjweaver.jar [new file with mode: 0644]
org.aspectj.ajdt.core/src/test/java/org/aspectj/tools/ajc/AjcTestCase.java