Am still new on openmrs and learning, after cloning an issues from openmrs-core, i opened IDE and browsed into that project but it is giving me this error, is this the error in the issues which am suppose to work on or it is the error for anyother thing. please some help.
Well, the steps I shared above were addressing IDE project metadata corruption or misconfiguration. Meaning the IDE couldn’t correctly read or load the project’s configuration, not that your application code was broken. Kindly try expanding the errors(100 of 25937) you may see something like Artifacts cannot be resolved to a type . The root course is Java cannot find a class named Artifacts on the classpath which shouldn’t bother you.
Kindly all those errors are Java compilation errors that happens when the compiler cannot find a class or type named e.g Access, Artifacts .e.t.c. The only error I would get worried of is the one displayed after running mvn clean install command.