You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "reckart (via GitHub)" <gi...@apache.org> on 2023/05/22 09:21:52 UTC

[GitHub] [uima-uimafit] reckart opened a new issue, #227: Endless build loop with "enhance" goal

reckart opened a new issue, #227:
URL: https://github.com/apache/uima-uimafit/issues/227

   **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.
   
   **Please complete the following information:**
    - Version: 3.4.0
   
   **Additional context**
   See also: https://github.com/bndtools/bnd/issues/5668
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org