2016-12-15 90 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

我最終關閉項目,重新打開,然後再清洗它來解決這個問題。案件結案。