2016-12-15 84 views
-1

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

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> 

+0

xsd在https://update.zeroturnaround.com/alderaan/rebel-2_0.xsd可能暂时无法使用。 –

回答

0

我最终关闭项目,重新打开,然后再清洗它来解决这个问题。案件结案。