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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
