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
Describe the bug
It appears as if the enhance goal can trigger an endless build loop in Eclipse. There seem to be situations in which for some reason the goal always detects class files as not yet enhanced, enhances them, and this can then trigger some other project builders/decorators to enter the endless loop. In particular, I am observing this with the bnd:jar goal and the BND Eclipse Plugins installed.
To Reproduce
It is not particularly clear how to reproduce this. I have been working with a setup with Eclipse/m2e/BND/UIMA for quite some time now and only recently start experiencing this issue.
Expected behavior
Optimally, there should be no endless build loop ;) Of course, if the class files have not yet been enhanced, they should be enhanced. Some other plugins have an option to optionally disable execution during incremental builds. This could also be an option here since I mostly need the enhance goal only to run on full builds or even on command line builds.
Describe the bug
It appears as if the
enhance
goal can trigger an endless build loop in Eclipse. There seem to be situations in which for some reason the goal always detects class files as not yet enhanced, enhances them, and this can then trigger some other project builders/decorators to enter the endless loop. In particular, I am observing this with thebnd:jar
goal and the BND Eclipse Plugins installed.To Reproduce
It is not particularly clear how to reproduce this. I have been working with a setup with Eclipse/m2e/BND/UIMA for quite some time now and only recently start experiencing this issue.
Expected behavior
Optimally, there should be no endless build loop ;) Of course, if the class files have not yet been enhanced, they should be enhanced. Some other plugins have an option to optionally disable execution during incremental builds. This could also be an option here since I mostly need the enhance goal only to run on full builds or even on command line builds.
Please complete the following information:
Additional context
See also: bndtools/bnd#5668
The text was updated successfully, but these errors were encountered: