Hi, On Mon, Mar 5, 2018 at 8:51 AM, Jan Lahoda <[email protected]> wrote: > ...-any experience with having native code in a release? The launchers have > several dependencies, like the "jni.h" from a Java distro (the DLL from the > Java distribution is used at runtime, I think), libgcc, libstdc++ (these > are linked statically, so that users don't need to have them as shared > libraries)....
IIUC you're talking about platform-specific source code? As opposed to binaries. If that's correct then I don't see a problem with that, I suppose the build will include the appropriate code depending on which platform it's building on? > ...-are there any continuous build machines setup to do native builds?... https://builds.apache.org/ points to https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+labels which lists "Windows" as a node label so it looks like there are Windows slaves for Jenkins. https://cwiki.apache.org/confluence/display/INFRA/Jenkins has more info and [email protected] is the place for questions - I don't know the details myself. > ...-how to incorporate the Windows binaries into the build... I suppose that's a question for people who are working on NetBeans, I'll pass. -Bertrand --------------------------------------------------------------------- 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
