On Fri, Nov 4, 2016 at 4:51 PM, Bertrand Delacretaz wrote: I'm clueless about the NetBeans code structure and what clusters are,
That's precisely why I am putting together this: https://cwiki.apache.org/confluence/display/NETBEANS/Overview%3A+NetBeans+Structure but do you mean that nb-javac is a (customized?) Java compiler that's > required to build some parts of NetBeans? Yes. Aside from nb-javac (two JARs in total) being needed to build the "java" cluster, and related non-core clusters, it is needed by end users as well, which is possible as stated by Ate they "will be required to provide the nb-javac module themselves during installation". Gj On Fri, Nov 4, 2016 at 4:51 PM, Bertrand Delacretaz <bdelacre...@apache.org> wrote: > On Fri, Nov 4, 2016 at 4:41 PM, Geertjan Wielenga > <geertjan.wiele...@googlemail.com> wrote: > > On Fri, Nov 4, 2016 at 4:27 PM, Bertrand Delacretaz wrote: > >>... http://apache.org/legal/resolved.html applies, ... > > > > In the above reference, I see this: "For example, using a GPL'ed tool > > during the build is OK." > > > > That's the case of nb-javac in the context of the optional module > provided > > by the "java" cluster. > > I'm clueless about the NetBeans code structure and what clusters are, > but do you mean that nb-javac is a (customized?) Java compiler that's > required to build some parts of NetBeans? > > > ...The nb-javac libraries can be installed separately from NetBeans > itself, > > via the installer or a related update mechanism... > > Ok so if they don't affect the licensing of the Apache NetBeans code > that's fine. > > -Bertrand >