You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is related specifically to recheck and not its extension (e.g. recheck-web).
the documentation does not mention a fix (e.g. wrong API usage, ...).
the bug is not related to a customization (e.g. custom implementations).
there are no open or closed issues that are related to this problem.
Describe the Bug
While I git clone the files to my folder, and open Eclipse then import the maven project, I run the project with mvn install
Then the project start installing and compiling the dependencies. I'd add the recheck dependencies to pom.xml:
However, several hours passed, and the installation is not terminated yet:
How to Reproduce?
Steps to reproduce the behavior:
git clone the whole recheck to local folder
Open the pom.xml and add recheck dependencies to the dependency part
Open Eclipse, import the maven project, then click Run as -> maven install
Setup
recheck: 1.11.1(latest)
Testing framework:
OS: Windows 10
Java version: Java 15
Additional Context
The text was updated successfully, but these errors were encountered:
I can't reproduce the problem anymore, I guess it was a problem in javac and it's gone with the current JDK version. Can you try again and if the problem still occurs send me the output of mvn -version?
Before submission, please check that ...
Describe the Bug
While I git clone the files to my folder, and open Eclipse then import the maven project, I run the project with
mvn install
Then the project start installing and compiling the dependencies. I'd add the recheck dependencies to pom.xml:
However, several hours passed, and the installation is not terminated yet:
How to Reproduce?
Steps to reproduce the behavior:
Run as
->maven install
Setup
Additional Context
The text was updated successfully, but these errors were encountered: