diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-23 08:37:16 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-23 08:37:16 +0700 |
commit | a385d8b6613b4dbdce81880a84cd709fb09026d6 (patch) | |
tree | 1bf6fa9a7677edef6338b080cf64f7e1cc2c5b0e /lib | |
parent | 1ff8e0915c4a47e63415069d1cee33e6493a638f (diff) | |
download | aspectj-a385d8b6613b4dbdce81880a84cd709fb09026d6.tar.gz aspectj-a385d8b6613b4dbdce81880a84cd709fb09026d6.zip |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/aspectj/lib/aspectjweaver.jar | bin | 0 -> 2062888 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/aspectj/lib/aspectjweaver.jar b/lib/aspectj/lib/aspectjweaver.jar Binary files differnew file mode 100644 index 000000000..12bfd44cd --- /dev/null +++ b/lib/aspectj/lib/aspectjweaver.jar |