【问题标题】:org.eclipse.emf.ecore.xmi.FeatureNotFoundException in Eclipse Juno on Ubuntu while loading descriptor加载描述符时 Ubuntu 上 Eclipse Juno 中的 org.eclipse.emf.ecore.xmi.FeatureNotFoundException
【发布时间】:2013-02-09 03:16:31
【问题描述】:

我有一个 GWT+GAE 项目,它也使用了 Spring Security。在我将其迁移到 Maven 之前,该项目运行良好。现在,在将其转换为 maven 项目之后,每次尝试构建项目时,eclipse 都会出现以下错误。

在“加载 MyProj 的描述符”期间发生内部错误。 org.eclipse.emf.ecore.xmi.FeatureNotFoundException:功能 未找到“系统属性”。 (平台:/resource/MyProj/src/main/webapp/WEB-INF/web.xml, 65, 22)

Eclipse 版本:Juno Service Release 1 操作系统:Ubuntu 12.04 插件:m2e maven 插件。

我尝试禁用验证,但错误仍然存​​在。我还尝试按照错误建议在 web.xml 中添加 system-properties 标记,但这也没有帮助。

有趣的是,我能够运行该项目,但每次构建时出现的这个错误非常烦人。

任何帮助将不胜感激。谢谢。

【问题讨论】:

    标签: eclipse maven-plugin ubuntu-12.04 eclipse-juno


    【解决方案1】:

    我发现了错误。这是因为它是为 web.xml 中的 log 属性定义的,理想情况下应该在 appengine-web.xml 中。删除该属性标记后,错误消失了。

    【讨论】:

      猜你喜欢
      • 2012-10-02
      • 2012-07-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-01-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多