neilcsmith-net commented on PR #643: URL: https://github.com/apache/netbeans-website/pull/643#issuecomment-1445130536
@mbien well, `ant -Dcluster.config=release build-nozip` should be the same as running `ant`. They are the default values - https://github.com/apache/netbeans/blob/master/nbbuild/build.xml#L22 https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties#L19 Check the contents of `nbbuild/netbeans` - you should see a bunch of additional file and at least the `extra` cluster that are not included in the zip during `zip-cluster-config` https://github.com/apache/netbeans/blob/master/nbbuild/build.xml#L682 So, if someone just wants to build a binary from the source, then the zip rather than the contents of `nbbuild/netbeans` folder, aligns with what we distribute. eg. `ant build` should be correct. -- 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
