I have several Eclipse projects that are interdependent, and when I do Project -> Clean...for all projects, and Eclipse performs its remix, I have several projects that will not be based on the first pass with the help of βcannot be built until the necessary conditions will not be created built "message. All projects are built correctly after several taps F5with all selected projects. I went in Preferences -> Workspace -> Build Orderand changed the Max iterations to 200 to no avail.
I managed to get all this to behave in one go by changing the build order manually, but since the projects are configured as interdependent in Eclipse, I feel like I donβt need to do this.
I use Gradle to recreate files .projectand .classpath, but I do not need to do Gradle -> Refresh Allto get uncomfortable behavior - just clean it up.
I guess the question is here: Am I doing something with Gradle / Eclipse, or is it something wrong with Eclipse? I am using Spring Tool Suite 3.6.1, built on Eclipse Luna.
source
share