ferrisml
(pk)
September 1, 2025, 7:41pm
1
I want to run some of the unit tests of intellij-community from within intellij.
The dependency com.intellij.lang.xml.XMLLanguage is missing though and this makes it impossible to run the tests.
could you please give me some help on how to fix this problem?
Which tests are you trying to run so we can check? They may require some non-standard module classpath.
ferrisml
(pk)
September 1, 2025, 9:00pm
3
The tests in `intellij-community\platform\settings-local\testSrc\com\intellij\platform\settings\local`
The dependency is widely used in the codebase and it is missing everywhere
You did not provide any names of tests, so I just ran the random one from IntelliJ IDEA - com.intellij.platform.settings.local.LocalSettingsControllerTest.
Just runs, all green
1 Like
ferrisml
(pk)
September 2, 2025, 11:37am
5
Can you please check if this dependency is available? scroll up in the code. Is xml red?
No, all code good. You see on the progress bar I only have yellow warnings
Please also make sure you checked README and executed ./getPlugins.sh to get android and plugins folders before build.
1 Like
ferrisml
(pk)
September 2, 2025, 12:12pm
7
Thanks a lot for the info.
Ok I will start from scratch. I am on windows, but there should be some ps1 or bat file.