On neděle 2. července 2017 20:49:21 CEST Julien Enselme wrote: > - How can we support the download of external binaries in the Apache > process? We need to host two custom builds of Jython and some Python > libs (for the new autocompletion/syntax validation).
It helps if the binaries license is compatible with Apache license (GPL is said to not be). I assume hosting binaries on http://hg.netbeans.org/binaries as usual is fine. Plus there is a support for downloading the binaries from a Maven repository - e.g. if you libraries are hosted on Maven central, then you can just reference them and they shall be downloaded automatically (with proper proxy setup). See for example http://hg.netbeans.org/releases/file/9731247e58df/ net.java.html.boot/external/binaries-list -jt
