生成过程中发生错误。在项目上运行构建器“CDI(上下文和依赖关系注入)构建器”时出错

2022-09-04 02:22:04

当我尝试编辑文件并保存更改时,我在Eclipse Oxygen中收到以下构建错误。

enter image description here

Building workspace has encountered a problem.
Errors occurred during build.

Errors occurred during the build.
Errors running builder 'CDI (Contexts and Dependency Injection) Builder' on project 'EmployeesManagementSystem'.
Unknown tag! pos=4 poolCount = 18

我已尝试删除eclipse工作区的文件夹(如与构建错误相关的其他帖子中所建议的那样),但错误仍然存在。.metadata


答案 1

本地 maven 存储库中的某些 jar 文件(由项目使用)可能未正确下载或已损坏。您可以:

  1. 尝试清理本地 maven 存储库,以及您应用清理操作的项目Maven > Update project > Check "Clean projects"
  2. 禁用它(如果您不需要 CDI 工具支持),然后为您的项目禁用 inWindow > Preferences > JBoss Tools > Maven Intagration > Uncheck "CDI Facet"Project Properties > CDI Settings > Uncheck "CDI Support"

答案 2

推荐