Build path issues in eclipse - jdbm & Entity class

Possible duplicate of: Installation

Hi,

I am trying to setup ADK in my eclipse ide as mentioned in the README in the repository. I executed the required gradle commands and imported the projects to eclipse. Following are the build errors shown in eclipse.

Project ‹ axelor-core › is missing required library: ‹ /unresolved dependency - org.apache.directory.jdbm apacheds-jdbm1 2.0.0-M3-SNAPSHOT › axelor-core Build path Build Path Problem

Entity cannot be resolved to a type Expander.java /axelor-gradle/src/main/java/com/axelor/tools/x2j line 70 Java Problem - (more than 30 repeatition)

Following the specifications for my dev env.

ADK branch - master (tried 4.0 also)
Eclipse Kepler
Ubuntu
JDK 8

Attached the screenshot for your reference.

Thanks and Regards,
Sanoj Kumar

Hi,

The Entity issue is gone once I updated the groovy plugin and then change the compiler level to 2.5. But I still cant figure out the issue with ‘unresolved dependency - org.apache.directory.jdbm apacheds-jdbm1 2.0.0-M3-SNAPSHOT’, should I add this as an external dependency in Eclipse? Any help appreciated.