Compile Errors when Installing OpenMRS Source Code

Hi,

Question:

I’m following the “Installation for Developers on Windows” guide, see link below, but I’m getting compile errors. Can someone advise me on this issue?

Here is a screenshot of the errors that I see when trying to run “mvn clean install”:

https://wiki.openmrs.org/display/docs/Installation+for+Developers+On+Windows

Hello @ssheridan,

Could you try deleting all the folders listed under the folder: C:\Users[your_username_goes_here].m2\repository . This should force maven to download all the dependencies again.

Also where did you download the source code from?

1 Like

Hi @ykarim250, thanks for your repsonse.

I followed your advice and I was able to complete the installation instructions.

Also, to answer your question, I got the source code from GitHub, as instructed (https://github.com/openmrs/openmrs-core ).

1 Like

Great to hear it was successful :slight_smile: