Thanks Neil that was very helpful, it worked for me. And I agree with Emilian that it would be very nice to have build flags for the installer that can produce distribution which gives everything out-of-the-box, and apache style. I guess what you showed above could be the way to do that, once the installer is ready.
On Sat, Jul 13, 2019 at 10:26 AM Neil C Smith <[email protected]> wrote: > On Sat, 13 Jul 2019 at 08:55, Emilian Bold <[email protected]> wrote: > > > > > It's quite simple to download and pre-include as part of your platform > app > > build process if required though. At least with Ant I know it is as I'm > > bundling nb-javac. > > > > How? My build system is quite odd so I do it the way the build system > > wants to but perhaps the patch is smaller via ant. > > > > I updated the PraxisLIVE build scripts when upgrading to NB11.0 to use > the built-in support for downloading the necessary clusters. Then > extended it to install nb-javac. See > > > https://github.com/praxis-live/praxis-live/blob/master/nbproject/platform.xml#L39 > > I also made that optional by also extending the main build task to > check and download as well, so works against IDE rather than > downloaded harness if necessary. > > https://github.com/praxis-live/praxis-live/blob/master/build.xml#L36 > > Incidentally, also added support for cross-platform JDK bundling and > InnoSetup installer building at the same time in that file. > > Thanks whoever fixed up to put tasks.jar in with the nbms in NB11.1. > Had been about to file an issue against this. Means I can stop > hosting my own copy. > > 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 > > > > -- Zoran Sevarac, PhD, Associate Professor Department of Software Engineering University of Belgrade, Faculty of Organisational Sciences <http://www.fon.rs> Deep Netts <http://www.deepnetts.com> Co-founder & CEO | Oracle Groundbreaker Ambassador | Java Champion <https://community.oracle.com/community/java/java-champions> Open source: Neuroph <http://neuroph.sourceforge.net/>founder, Apache Net Beans <https://netbeans.apache.org/> contributor Homepage: http://www.zoransevarac.com
