Re: Getting started

2021-10-08 Thread Michael Bien
On 08.10.21 17:21, Karl-Philipp Richter wrote: Hi, thanks that's helpful for running the exact test I'm developing at the moment, however I regularly want to check the whole module for unintended changes, so I'm still looking for a way to run more than one test and less than all. testing an

Re: Getting started

2021-10-08 Thread Karl-Philipp Richter
Hi, thanks that's helpful for running the exact test I'm developing at the moment, however I regularly want to check the whole module for unintended changes, so I'm still looking for a way to run more than one test and less than all. If I change something in the Javascript editor module I want

Re: Getting started

2021-10-08 Thread Michael Bien
Hi, once you have build netbeans as described in the readme, you can simply run individual tests via right click on the junit file after you opened the module in netbeans. you can also rebuild individual modules or run your netbeans build directly from the IDE - you usually don't have to reb

Re: Getting started

2021-10-08 Thread Geertjan Wielenga
Here's all the code: https://github.com/apache/netbeans Tests are always found in a standard place per module, e.g.: https://github.com/apache/netbeans/tree/master/apisupport/apisupport.ant/test/unit Does that help at all? Gj On Fri, Oct 8, 2021 at 3:07 PM Karl-Philipp Richter wrote: > Hi,