Re: log4j messages missing in GlassFish server log of NetBeans 11.1

2019-11-05 Thread Jorge Campins
Geertjan, I filed 2 low-priority issues: one for the console log problem and another for the (unrelated) maven-archetypes problem. I also cloned the NetBeans project and took a look at the enterprise cluster, as you suggested, but it is too big and complex for my programming skills. So, aside fro

Re: Dependent libraries don't get copied?

2019-11-05 Thread Geertjan Wielenga
Here's the Features page for 11.2, see the section on Fixes: https://netbeans.apache.org/download/nb112/index.html Gj On Tue, Nov 5, 2019 at 2:05 PM Thomas Wolf wrote: > Thanks for the heads up! > > Incidentally, after I posted my question, I changed my source code level > and platform to Java

Re: Dependent libraries don't get copied?

2019-11-05 Thread Thomas Wolf
Thanks for the heads up! Incidentally, after I posted my question, I changed my source code level and platform to Java 8 and got the old behavior back: the libraries got copied to dist/lib/ . So maybe this bug had to do with Java 9 related changes that came with modularization? Just guessing.