<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><div>Hi Babak,<br><br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
    Finally I was able to build it following below document.<br>
    <a href="http://www.opencms-wiki.org/wiki/Developing_OpenCms_with_Eclipse" target="_blank">http://www.opencms-wiki.org/wiki/Developing_OpenCms_with_Eclipse</a><br>
    <br></div></blockquote><div><br></div><div>This page describe the old "Eclipse's way" to compile OpenCms. I'm not an Eclipse user, and never had it compiled with Eclipse, but from a quick read, I understand that following this instructions you'll get OpenCms compiled with Ant against the checked-in libraries. The build.xml used for this compilation is deprecated and one year old, so don't expect to have anything v9 / v9.5 consistently built.<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><br>
    Build is successful and I got this message in Eclipse:<br>
    BUILD SUCCESSFUL<br>
    Total time: 33 minutes 39 seconds<br>
    <br>
    However still there are some errors in source code:<br>
    <br>
    [..]<font color="#990000"><br>
      <br>
    </font>Do I need to ignore these for now ? or I should fix the
    errors ?<br></div></blockquote></div><br></div><div class="gmail_extra">Unfortunately, I cannot help you. I'm not that familiarized with the code, but I guess if Eclipse builds successfully, then the errors that you mention are Eclipse unresolved dependencies and not real errors. (Honestly, they look like APIs versions mismatch, so I would estress using gradle instead of ant to build the project.)<br><br></div><div class="gmail_extra">Regards<br></div></div>