appdevdebugprojectcontainer.xml 中的 eclipse symfony 调试器错误

eclipse symfony debugger errors in appdevdebugprojectcontainer.xml

将 Eclipse Luna 与 Symfony2 结合使用。安装了 PDT 扩展并能够启动 symfony 项目 运行。然而,文件 appdevdebugprojectcontainer.xml 显示了一些错误。这并没有影响项目的 运行 但我仍然很想知道这是关于什么的。

第一个错误出现在配置器中。

cvc-complex-type.2.1: Element 'configurator' must have no character or element information item [children], because the type's content type is empty.

其他错误:

<factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>

错误信息

cvc-complex-type.2.4.a: Invalid content was found starting with element 'factory'. One of '{"http://symfony.com/schema/dic/services":file, "http://symfony.com/schema/dic/services":argument, "http://symfony.com/schema/dic/services":configurator, "http://symfony.com/schema/dic/services":call, "http://symfony.com/schema/dic/services":tag, "http://symfony.com/schema/dic/services":property}' is expected.

任何指点将不胜感激

这是 WTP XML 验证器的问题。如何忽略:

  1. 打开项目属性(右键单击项目,属性)
  2. 在“验证”选项卡上,启用项目特定设置
  3. 在 XML 模式和 XML DTD 验证器点击设置中
  4. 添加排除组
  5. Select 新组并添加规则
  6. 忽略所有 *.xml 文件
  7. 保存并快乐 ;)

我计划在未来的 Symfony 插件版本中自动创建这些规则