Eclipse dependencies confuse IntelliJ #124
Labels
C-Enhancement
Category: enhancement. Improvement
P-Low
Priority: low. Should yield priority to high and non-prioritized
When setting breakpoints and debugging the Spoofax 3 Eclipse LWB using IntelliJ, it gets confused as to which sources belong to the running Eclipse instance.
Specifically, IntelliJ shows dependencies with the
eclipse-2021-03-R
group, and with theorg.eclipse.platform
group. The latter are the wrong ones, the former are introduced through Coronium.The 'wrong'
org.eclipse.platform
dependencies come from JDT:org.eclipse.jdt:org.eclipse.jdt.core
test dependency inspoofax.pie/core/spoofax.compiler
org.eclipse.jdt:org.eclipse.jdt.core
API dependency inpie/core/task.java.ecj
org.eclipse.jdt:org.eclipse.jdt.compiler.apt
API dependency inpie/core/task.java.ecj
org.eclipse.jdt:org.eclipse.jdt.compiler.tool
API dependency inpie/core/task.java.ecj
While not a fix, one workaround is to (temporarily) disable the
task.java.ecj
project and to temporarily disable the offending test dependency inspoofax.compiler
.The text was updated successfully, but these errors were encountered: