You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/21 18:29:28 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #4523: Improvements to incremental compilation of NetBeans

matthiasblaesing commented on PR #4523:
URL: https://github.com/apache/netbeans/pull/4523#issuecomment-1221598111

   I tried to see the problem myself and indeed it is reproducible with:
   
   ```
   git clean -f -x -d
   git checkout 5573b9c9e8794ba43374347606509a5a4206a00a^
   ant
   git checkout 5573b9c9e8794ba43374347606509a5a4206a00a
   ant
   ```
   
   From my perspective this is not an issue in the module, but in the build-system. A module declares a versioned dependency and the build system (according to this test) the module to be present for this (although only the minimal runtime version is declared) and the build system does not ensure the module is build - this is broken.
   
   Anyway. For the concrete case the minimal fix is adding `<build-prerequisite />`  is enough.
   
   I'm not sure, though that it is a good idea to do this, as next time the problem is a different module.


-- 
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: notifications-unsubscribe@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists