On Mon, 2017-07-10 at 12:14 +0200, Jaroslav Tulach wrote: > 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).
As far as I know, we have: - Jython (http://jython.org PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2) - setuptools (https://pypi.python.org/pypi/setuptools, MIT) - PEP8 (https://pypi.python.org/pypi/pep8, MIT) - Jedi (https://pypi.python.org/pypi/jedi/0.10.2, MIT) - Pyflakes (https://pypi.python.org/pypi/pyflakes/1.5.0, MIT) So we are good on this point. > > I assume hosting binaries on http://hg.netbeans.org/binaries as usual > is fine. I though from previous discutions that this service will be discontinued at Apache. So it may be fine for the short term but on the longer term we will need something else. That's why I asked the question. > 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). Good news. Can we host non Java thing there? > > See for example http://hg.netbeans.org/releases/file/9731247e58df/ > net.java.html.boot/external/binaries-list Thanks for the tip. > > -jt > > -- Julien Enselme http://www.jujens.eu/
signature.asc
Description: This is a digitally signed message part
