@achilep unfortunately i can tell much from the logs you have shared ,i need the full logs for the failure you have gotten while cloning but with that said you need to try again to clone and do a successful build on branch 2.10.0
thanks @gcliff . I finally succeed.
I have tried to follow the solutions in the chat @gcliff and @achilep but am still getting some errors like in the logs here https://pastebin.com/ZQfSn19i is there anything I can change
@insookwa first cd back in to the master branch and do a git fetch --all
followed by git pull --rebase upstream master
- Then cd again into branch
2.10.0
and do agit reset --hard upstream master
followed agit pull --rebase upstream master
and runmvn clean install
I have done it all but Now I think I have an issue with git help me out, please C:\Users\Insookwa\openmrs-distro-referenceapplication> git reset --hard upstream master fatal: ambiguous argument ‘upstream’: unknown revision or path not in the working tree. Use ‘–’ to separate paths from revisions, like this: ‘git […] – […]’
@insookwa can you share the complete log message?
@achilep it here https://pastebin.com/pwJjKiJh I had staggered a lot trying to fix it
@insookwa run mvn clean install
and share your output.
Thanks, @achilep here is the error log https://pastebin.com/aRsTgYmN I have tried and this is the error
1.git clone https://github.com/openmrs/openmrs-distro-referenceapplication.git
2.git checkout 2.10.0
3.mvn clean install
.
'4. git clone https://github.com/openmrs/openmrs-contrib-uitestframework.git
5.git checkout bdd
6.mvn clean install
7.git clone https://github.com/openmrs/openmrs-contrib-qaframework.git
'8. mvn clean test
@insookwa can you follow this step ?
Thanks, @achilep this helped. everything is running fine
I am getting this error when i do MVN CLEAN TEST on QA framework. i have deleted the chrome driver in the error and deleted logs but there is test failure still. is something wrong error logs here : @k.joseph @achilep
What happens when you restart your computer?