Hi Syam, I didn't got a fix for your problem though someone will reply asap.
So you can try build the OpenMRS system without using eclipse IDE. hope you have properly set the environmental variables for Maven on Linux. To build the whole OpenMRS system. goto root directory and goto bash and type: mvn clean install -DskipTests To build the WebApp of OpenMRS system. goto root/webapp directory and goto bash and type: mvn clean install jetty:run hope this helps! -harshadura On Sun, Feb 19, 2012 at 1:37 AM, Syam Sankar <[email protected]> wrote: > Hello, > > I have been trying to follow the steps of Step By Step Developer Setup > Guide for Linux[1], but I am unable to Install OpenMRS , as it gives the > following error. > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] OpenMRS ........................................... SUCCESS > [13.763s] > [INFO] openmrs-tools ..................................... SUCCESS [7.683s] > [INFO] openmrs-test ...................................... SUCCESS [0.012s] > [INFO] openmrs-api ....................................... FAILURE > [2:09.291s] > [INFO] openmrs-web ....................................... SKIPPED > [INFO] openmrs-webapp .................................... SKIPPED > [INFO] openmrs-release-test .............................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2:32.222s > [INFO] Finished at: Sun Feb 19 01:25:47 IST 2012 > [INFO] Final Memory: 10M/25M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project openmrs-api: Could not resolve > dependencies for project org.openmrs.api:openmrs-api:jar:1.10.0-SNAPSHOT: > Could not transfer artifact > org.openmrs.hibernate:hibernate-core:jar:3.6.5.Final-mod from/to > openmrs-repo ( > http://mavenrepo.openmrs.org/nexus/content/repositories/public): No > response received after 60000 -> [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/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :openmrs-api > > > Here is the link giving full information about the error.[2]. > Any help would be greatly appreciated. Thanks in advance. > > [1] > https://wiki.openmrs.org/display/docs/Step+By+Step+Developer+Setup+Guide+%28Linux%29 > [2] http://pastebin.com/wW34Zh35 > > Regards > Syam Sankar > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

