]> source.dussan.org Git - aspectj.git/commit
Remove Batik path entries from test classpath
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 3 Oct 2022 12:02:32 +0000 (14:02 +0200)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 3 Oct 2022 12:05:46 +0000 (14:05 +0200)
commit7ef7cd245b2d62581d67c122a95cb29d8b0dbb76
tree67b840600fc4347221eba81775a7d4d0b96d3265
parentd2b81de3244d47476923be07f1f822e5ccb7cb98
Remove Batik path entries from test classpath

Firstly, Batik is not needed for running AspectJ tests.

Secondly, the fixed Windows path separators led to GitHub CI/CD tests
failing under Java 18+ on GitHub. Replacing ';' by 'File.pathSeparator'
would have fixed the problem, but removing the paths altogether is the
cleaner solution.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjTestCompilerConfiguration.java