exakat / exakat-docker

Docker Container for Exakat
20 stars 9 forks source link

Error : No code in project when using Exakat Docker image #19

Open johncogan1972 opened 4 years ago

johncogan1972 commented 4 years ago

Hi

I did a test run of Exakat using the example cli commands which use a git repository and the reports were generated fine.

I am now trying to evaluate this tool on code residing on my local machine. I do not want to point the tool to a VCS but to a particular folder. I always get Error : No code in project though and I am unsure why

Commands I used, in order were: ("john" is the project name, "/home/john.cogan/Docker/hmpodev/src/providers/jasmine/api" is the local path to my source code

docker run -it -v $(pwd):/usr/src/exakat/projects --rm exakat/exakat exakat init -p john -R /home/john.cogan/Docker/hmpodev/src/providers/jasmine/api -v -copy docker run -it -v $(pwd):/usr/src/exakat/projects --rm exakat/exakat exakat project -v -p john

I was running this command from "/home/john.cogan/Docker/code-tools/exacat3"