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 17:28:29 UTC

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

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

   > Can you describe the requirement for adding the `build-prerequisite` entries in the `c.jcraft.jsch` module? 
   > The module itself only repackages `jsch` as an OSGI module. According to the documentation `compile-dependency` implied 
   
   I got a failure that `c.jcraft.jsch` module cannot be compiled as it requires some other module in a version `x.y`, but only older `a.b` version was found. Requiring the build order fixes that problem. Maybe removing `<compile-dependency/>` would fix the problem as well, if there is no code to compile.


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