How to put "log4j2.xml" into a module classpath?

2021-12-11 Thread Damian Carey
Hi all, Firstly apologies. After ~ 15 years with a netbeans platform based product I have never needed to do this. I've struggled for hours trying to add a file (not a jar) to the classpath. "XML ConfigurationFactory will look for log4j2.xml in the classpath." How do I make "log4j2.xml"

Re: editing code with char completion

2021-12-11 Thread Neil C Smith
On Sat, 11 Dec 2021 at 16:55, John Smith wrote: > When I edit java code, I type an opening parenthesis followed by variable or > whatever and then it's time to get to the closing parenthesis. Netbeans has > put the closing parentheses there already which is handy. But now I have to > interrupt

editing code with char completion

2021-12-11 Thread John Smith
When I edit java code, I type an opening parenthesis followed by variable or whatever and then it's time to get to the closing parenthesis. Netbeans has put the closing parentheses there already which is handy. But now I have to interrupt my flow; if I type the closing parenthesis, it adds one and

Re: Problems profiling a Gradle application

2021-12-11 Thread Scott Palmer
What support is needed for the “Attach to External Process” profiling to work? Scott > On Dec 10, 2021, at 11:57 PM, Laszlo Kishalmi > wrote: > >  > That's true. > > There is no profiler integration support for Gradle projects at the moment. > >> On 12/10/21 05:24, Bob T wrote: >> Hello,