Closed wltan closed 3 years ago
I do not believe it is a platform specific issue as it runs properly on my Windows laptop.
> java -version
java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
> npm --version
6.14.6
> git --version
git version 2.27.0.windows.1
> ver
Microsoft Windows [Version 10.0.19041.685]
Actually, I got some different errors on my laptop with windows but not on my PC with windows. Not sure why it happens though. Closing it as it is not always occurring.
Tell us about your environment
master
commit https://github.com/reposense/RepoSense/commit/60de6237039041e7b2dfe9af208d3775fa61fb51Please include the steps to reproduce the bug. I was following the setup instructions in the developer guide: https://reposense.org/RepoSense/dg/settingUp.html After cloning the RepoSense repo (I tried both the main repo and my fork), I tried to run
gradlew clean build
in the project root directory to verify that everything was set up correctly, as stated in the guide.What was expected to happen? The build should succeed with no failing unit tests, as this is a fresh clone of the repo with no file/code changes yet.
What actually happened? Please include a screenshot of the output. The build fails as some unit tests are failing. Full console output is given below.
I have done the same steps on my Ubuntu 20.04 LTS VM, and it works fine there (build successful). Thus, I think it might be a platform-specific issue.