Failed to build Intllij IDEA Community edition 关注
已回答
Hello All,
I tried to build IntelliJ IDEA CE from the source branch - 221, the corresponding Android repo has been cloned as well.
The below configuration setup is used:
JDK - Amazon-corretto-version 11.0.18.
Kotlin Compiler version- 1.6.10-release-971
OS - Windows 10
When i try to execute, the below exception is thrown:
IntelliJ\intellij-community\plugins\coverage\coverage_rt\src\listeners\java\testng\IDEATestNGCoverageListener.java:6:30
java: package com.intellij.rt.testng does not exist
please provide the possible solutions here, if any
Thanks
请先登录再写评论。
Please, check if you copied the full repository, especially the
intellij-community/plugins/testng_rt/src/com/intellij/rt/testng/
directory.