matthiasblaesing commented on code in PR #9297: URL: https://github.com/apache/netbeans/pull/9297#discussion_r2996472277
########## .gitignore: ########## @@ -121,3 +121,4 @@ derby.log # idea .idea +BUILDINFO.txt Review Comment: I can't reproduce this. `BUILDINFO.txt` files are present in ZIP file for the binaries for the launchers (`harness/apisupport.harness`, `nb/ide.launcher` and `platform/o.n.bootstrap`) and for the native libraries of the profiler. The files should not be unzipped in the source directories. Could you please ensure, that you start with a clean checkout from master (`git checkout ....` + `git clean -f -x -d`), check that there are not stray files (`git status`) and build with plain `ant` or `ant build`? -- 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
