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