eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
4 stars 10 forks source link

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

Open Mark-J-Lawrence opened 4 months ago

Mark-J-Lawrence commented 4 months ago

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

Steps to reproduce

From a fresh installation and clean workspace:

I tried

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:

Community