Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with a JDK > 8 took long time #801

Open
4 tasks done
laurence-lin opened this issue Oct 27, 2020 · 2 comments
Open
4 tasks done

Build with a JDK > 8 took long time #801

laurence-lin opened this issue Oct 27, 2020 · 2 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@laurence-lin
Copy link

laurence-lin commented Oct 27, 2020

Before submission, please check that ...

  • 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:
image

However, several hours passed, and the installation is not terminated yet:
image

How to Reproduce?

Steps to reproduce the behavior:

  1. git clone the whole recheck to local folder
  2. Open the pom.xml and add recheck dependencies to the dependency part
  3. 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

@laurence-lin laurence-lin added the bug Something isn't working label Oct 27, 2020
@martin-v
Copy link
Member

Thanks for reporting. I investigated and found that the problem is the build with a JDK > 8. I will further investigate in the next days.

@martin-v martin-v self-assigned this Jan 13, 2021
@martin-v martin-v changed the title The install of maven took long time Build with a JDK > 8 took long time Jan 13, 2021
@martin-v
Copy link
Member

martin-v commented Mar 4, 2021

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?

@martin-v martin-v added the question Further information is requested label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Development

No branches or pull requests

2 participants