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

Refresh using native hooks or polling causing rebuilds for changes in java output folders #189

Open
2 tasks done
Mark-J-Lawrence opened this issue Mar 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Mark-J-Lawrence
Copy link

Mark-J-Lawrence commented Mar 8, 2024

Let's make sure issue is not already fixed in latest builds first.

Steps to reproduce

From a fresh installation and clean workspace:

  • Check the Refresh using native hooks or polling workspace setting
  • Create a large Java project containing many programs, that will take several seconds to build.
  • Do a clean
  • Add a text file into the /bin of the java project
  • Watch Eclipse try to rebuild the java project

I tried

  • Unchecking Refresh using native hooks or polling solves the problems.

I expected: Changes within Java output directories to be ignored, as per project settings

But got: Changes in Java output folders, with this setting on causes rebuilds. And for larger java projects, while a build is happening, the next poll kicks in because its been updating /bin, stops the current build and starts another, causing a build loop.

Here is some relevant log output

N/A

Tested under this environment:

  • OS & version: Windows 10
  • Eclipse IDE/Platform version (as shown in Help > About): 4.23, and tested on 2023-12

Community

  • I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.
@Mark-J-Lawrence Mark-J-Lawrence added the bug Something isn't working label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant