奇怪的Eclipse JRebel错误

时间:2016-12-15 16:12:00

标签: eclipse jrebel

我从Eclipse抱怨我的rebel.xml收到一个奇怪的错误。我从我的工作区中删除了该项目并从存储库中检出了它,现在我收到了这个错误。

enter image description here

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">

<classpath>
    <dir name="C:/Eclipse/workspace/MyProject/build/classes">
    </dir>
</classpath>

<web>
    <link target="/">
        <dir name="C:/Eclipse_AIJ3/workspace/MyProject/WebContent">
        </dir>
    </link>
</web>

2 个答案:

答案 0 :(得分:0)

我最终关闭了项目,重新打开,然后清理它以解决此问题。案件结案。

答案 1 :(得分:0)

关闭并重新打开该项目对我也不起作用。我发现XSD文件的URL已更改。 (请参阅http://manuals.zeroturnaround.com/jrebel/standalone/config.html上的JRebel在线文档。)

因此,将rebel.xml文件的xsi:schemaLocation属性更改为xsi:schemaLocation =“ http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd”。这样可以解决验证错误。