Hello,
I am trying to install openmrs sdk 1.0.7 linux x64. However, I am stuck with the omrs-run command. it fails showing the following message:
Executing: java -jar /home/praktikant/omrssdk-1.0.7/bin/sdk-tool.jar -a ../
Exception in thread "main" java.io.IOException: Wrong path to module: /home/praktikant/openmrs-project/../pom.xml
at org.openmrs.sdk.Tool.addModule(Tool.java:60)
at org.openmrs.sdk.Tool.main(Tool.java:43)
I could not get it working by modifying the settings.xml file as described here:
https://groups.google.com/a/openmrs.org/forum/#!msg/dev/YUXakMYN8-M/10GeuuQ7tnoJMy system is behind a proxy, but the proxy settings are configured correctly in the settings.xml file.
What could be the cause of this problem ?
Thank you very much in advance.