Integrated: 7904077: IDEA plugin: Plugin crashes when using newest Ant plug

Jorn Vernee jvernee at openjdk.org
Mon Sep 8 16:53:09 UTC 2025


On Mon, 8 Sep 2025 15:33:20 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> The jtreg plugins calls some methods from the ant plugin configuration classes. In the newest version of the ant plugin, one of these methods has been removed:
> 
> https://github.com/JetBrains/intellij-community/commit/265fee5a6e051d9d8f49403d48c5694a557e522c
> 
> This causes the jtreg plugin to crash with a NoSuchMethodError, and running tests is no longer possible. 
> 
> The fix proposed by this patch is to use the `Project` instance we get from the jtreg configuration instance. They should point to the same object.

Thanks for the review!

-------------

PR Comment: https://git.openjdk.org/jtreg/pull/288#issuecomment-3267136745


More information about the jtreg-dev mailing list