Error:scalac: missing or invalid dependency detected while loading class file 'CompositeBodyElement.class'.
Could not access type BodyElement in package org.datacleaner.result.html,
because it (or its dependencies) are missing. Check your build definition for
missing or conflicting dependencies. (Re-run with -Ylog-classpath to see the problematic classpath.)
A full rebuild may help if 'CompositeBodyElement.class' was compiled against an incompatible version of org.datacleaner.result.html.
之前遇到循环依赖的问题,对比成功启动4.5.4版源码,依赖配置里多了一些module.
因此IDEA重新导入5.1.0版源码,build编译basic-analyzers模块时scala报错
Error:scalac: missing or invalid dependency detected while loading class file 'CompositeBodyElement.class'. Could not access type BodyElement in package org.datacleaner.result.html, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with
-Ylog-classpath
to see the problematic classpath.) A full rebuild may help if 'CompositeBodyElement.class' was compiled against an incompatible version of org.datacleaner.result.html. 之前遇到循环依赖的问题,对比成功启动4.5.4版源码,依赖配置里多了一些module. 因此IDEA重新导入5.1.0版源码,build编译basic-analyzers模块时scala报错