On Tue, 2 Jun 2020 at 15:39, Ernie Rael <[email protected]> wrote: > Could build vs build-nozip contribute to differences? Are there > configuration differences between the two? > > Are there configuration differences between early beta and release?
There should only really be configuration differences between release branch builds and everything else (master, etc.). Mainly console logging and assertions (as I think you meant). Might be worth looking at (if you haven't already) this, which configures things - https://github.com/apache/netbeans/blob/master/nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java Differences between build and build-nozip should be minimal. On the other hand, method of launching might be more of a cause of difference? eg. are you using bin/netbeans in both cases or (indirectly or not) via ant tryme? https://github.com/apache/netbeans/blob/master/nbbuild/build.xml#L1184 Best wishes, Neil --------------------------------------------------------------------- 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
