Re: How do I build just a single core module?
Benno Markiewicz <[email protected]> Tue, 12 Jul 2016 21:35:25 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4h6RuVohuratoGhEs_A0tVT-0P8AjZ1BzpbMMYWbCZtXg@mail.gmail.com> |
* Checkout the sources and build the dev distribution/target platform once via "ant" at commandline * Open the module from the sources in your NB installation f.e. 8.1 * Make your changes to the code * Right click on the module and choose Run or Debug -> the previously build distribution is started with your altered/patched module FYI: "Install/Reload in Development IDE" installs the module in the current NB instance. It is not installed in the target platform. With kind regards, markiewb 2016-07-12 14:30 GMT+02:00 Brett Ryan <[email protected]>: > Hi guys, sorry for the probie questions, just trying to see if I can > resolve a bug. > > I'd like to be able to build masterfs alone, which I can, but then when I > run ant tryme the prior version is still picked up, is there a step I can > take to induce the build into the set? > > The module can't be reloaded in the running IDE (yeah, probie here, I > stupidly tried), as it's a core module.