Compilation error - it can not find a class listed among the imported models
Hi,
I create a model containing some code and a test. I generate without errors but when I run the test I get this error:
ains.mps.compiler.JavaCompiler - Compilation error: test/debugger/cdt/api/Breakpoints_Test.java:::The type org.eclipse.cdt.debug.core.cdi.ICDISession cannot be resolved. It is indirectly referenced from required .class files
Not that the package org.eclipse.cdt.debug.core.cdi is listed among the imported models of the model containing the test case. How could I correct this error?
I create a model containing some code and a test. I generate without errors but when I run the test I get this error:
ains.mps.compiler.JavaCompiler - Compilation error: test/debugger/cdt/api/Breakpoints_Test.java:::The type org.eclipse.cdt.debug.core.cdi.ICDISession cannot be resolved. It is indirectly referenced from required .class files
Not that the package org.eclipse.cdt.debug.core.cdi is listed among the imported models of the model containing the test case. How could I correct this error?
Please sign in to leave a comment.