problem with patientlist module

Hello everyone… i cloned the patientlist module and i built it with the command “mvn clean install” i didn’t change anything in it but it gives me this error

[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check (validate) on project patientlist-api: Execution validate of goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1 or one of its dependencies could not be resolved: Failure to find org.openmrs.module:openhmis.commons-tools:jar:4.1.0-SNAPSHOT in https://dl.bintray.com/openmrs/maven/ was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-bintray-repo has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

someone help me please

Can you share a link to the repository for this module?

@dkayiwa https://github.com/OpenHMIS/openmrs-module-patient-list

Do you have any reason for not using the officially released version? New Modules Release: OpenHMIS Visit Tasks and Patient Lists

@BandaHealth

no, I did not know there was another version … I will try it. thanks @dkayiwa

Hello, I am on the Banda Health team that developed the Patient List module. Were you able to get it working with the latest version?

@ibewes no, I could not find the source code to download…

1 Like

Yeah, I see now that this module somehow didn’t make the transition to the OpenMRS Addon site. You can download the latest version (and view the code) from here: https://github.com/OpenHMIS/openmrs-module-patient-list/releases. Sorry about the confusion!

you can use git checkout for this!,it will add the latest code of he module.You check for the latest branch from the git repository for the module.

thanks @ibewes … i find it

thanks @herbert24

Hello @ibewes were you able to compile the source code??