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:43:31 UTC

[GitHub] [uima-uimafit] reckart opened a new issue, #230: Allow the `generate` goal to pull info out of source files

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

   **Is your feature request related to a problem? Please describe.**
   The `enhance` goal may cause problems in environments with incremental build mechanisms. In the best case, it may schedule a second build - in the worst case infinite builds.
   
   **Describe the solution you'd like**
   The `enhance` goal picks up information from Java source files and adds it to the Java annotations embedded in the class files. If the `generate` goal could pick up that information and put it directly into the generated XML descriptors, it might not be necessary at all to use the `enhance` goal to post-process the class files.
   
   **Additional context**
   See https://github.com/apache/uima-uimafit/issues/227
   


-- 
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