<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">I tried to build the project with ant and it built successful. But now i
 want to setup my ide to try make some changes in the project.<br>
Firstly, I tried adding the sources and satisfying the imports, which 
worked fine. But then i notices that some classes had some errors.<br>
Example: <br>
there is org.opencms.configuration.CmsSetNextRule that executes 
digester.pushParams(parameters); //org.apache.commons.digester.Digester;
 <br>
But my ide says that "The method pushParams(Object) from the type Digester is not visible". That class is precompiled, so i can't check the sources.<br>
<br>
Now what does this mean? How did ant built it successfully? And how to setup the project in my ide (eclipse) .. anyway?<br>

</div></body></html>