neilcsmith-net commented on issue #5253: URL: https://github.com/apache/netbeans/issues/5253#issuecomment-1377451900
> seems that metabuild hash and rawversion are not know sometime and use the hudson(jenkins) fallback The reason for this (and for passing in `buildnumber`) is that individual modules don't import `nbbuild/build.xml` but `nbbuild/templates/projectized.xml`, so running a sub-ant task without inheriting properties never runs the bootstrap tasks from the main build. I just tried building the IDE, then commenting out the `cp` check in `up-to-date` before running `make-nbms` https://github.com/apache/netbeans/blob/67393d2c6d8dc52aadb3477ac86b40bfc2dc4fef/nbbuild/templates/common.xml#L176-L178 No module rebuilds. I think confirms my suspicion that the `cp` ref is differently calculated, presumably again due to something not being inherited in the sub-task? -- 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
