Search code examples
eclipsejrebel

Strange Eclipse JRebel error


I am getting a strange error from Eclipse complaining about my rebel.xml. I deleted the project from my workspace and checked it out fresh from the repository, and am now getting this error.

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>


Solution

  • I ended up closing the project, reopening, and then cleaning it to resolve this issue. Case closed.