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



Reply via email to