This is what have done.
- Cloned openmrs-core from github
- Fetched all the latest changes from upstream
- Applied
mvn clean install
and all the tests passed - Imported the code base as existing maven project into eclipse :
This is what have done.
mvn clean install
and all the tests passedIf you run it first like you said and you mvn clean instal and successfull, then you are free to go a head with your work, you got no problem. unless u can share the exception error logs
Within openmrs-api module, two files: config-1.5.dtd and config-1.6.dtd seem to have issues. The files are located in src/main/resources/org/openmrs/module/dtd/
Document type definitions(DTD) some times bring errors happen , did you run it first and all was success.
Great never mind about DocumentTypeDefinitions(DTD) as per now all is well , continue and create PR. The travis ci will judge or guide from there.