Tomcat Plugin integration samples

Hello,

Where can I find “lib/src/src_tomcat.zip” mentioned here Tomcat Integration | IntelliJ Platform Plugin SDK?

Unfortunately, is seems to be not available in the IDEA Ultimate distribution.

Hi. It looks like there is a problem with src delivery in the IDEA SDK distribution. I have created the issue for this: https://youtrack.jetbrains.com/issue/IJSDK-2599/SDK-sources-are-not-downloaded-for-some-plugins

If you need these sources, you can do the following:

  1. Specify ultimate idea with this particular version in your plugin build file
intellijPlatform {
        intellijIdeaUltimate("2024.1.7")
}
  1. Reimport the project
  2. Open gradle cache with the IDEA dependency and open lib/src folder there. The path will look like this. Please note that cache UUID fecdb8b142937710e2298bc669d8f6cb may be different in your case.
$USER_HOME/.gradle/caches/8.13/transforms/fecdb8b142937710e2298bc669d8f6cb/transformed/ideaIU-2024.1.7-aarch64/lib/src

Files should be there.