I get this compilation error after running these commands as i Compile UITestFramework
Clone and compile its qa branch
git clone git@github.com:openmrs/openmrs-contrib-uitestframework.git
git fetch --all
git checkout qa
mvn clean install
Please advise
@gracebish your running the command against openmrs-contrib-qaframework repo instead of openmrs-contrib-uitestframework repo. Navigate to the correct repository
1 Like
dear @gracebish, please attach the entire logs whenever you post logs, you can use pastebin.org for-example.
You now need to look first successfully compile uitestframework which is step 2. to move forward. welcome aboard
1 Like
@gracebish you can actually share what helped you here
1 Like
Its a good recommendation to help others who may face a similar scenario
@kdaud, I followed your advise in the thread because i had to try out again before sending the full error log to paste bin and it worked.
1 Like