NetBeans and Maven

2019-08-23 Thread Nelligan, Steven M
I have NetBeans 11.1 configured to use Maven 3.6.1. I have recently gone through Maven Training and am interested in generating a report each time I build a project. How do I add the “SITE” option to the Maven build through Netbeans? I’ve already added the necessary section to the POM. Than

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Alex Kotchnev
hey Chris - same here, nbscala has been on my guilty pleasures list for a while. I'm not sure how much life there is left in it, but it's still fun to get back into it. I did pull some of your changes (from the nb11 branch) into my fork and removed a bunch of the implementation dependencies that we

Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Haunted2
I disabled the real time protection in my "Microsoft Security Essential " antivirus and the problem is solved. I will add all the netbeans stuff to excluded paths list. Thank you so much__! //

Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Emilian Bold
Disabling the antivirus will do wonders. Seems in some situations the Windows antivirus will scan all those JAR files for ever and slow the startup... --emi On Fri, Aug 23, 2019 at 6:54 PM Haunted2 wrote: > > It is installed on a SSD drive. > > Is there a way to debug this slow startup (log file

Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Haunted2
It is installed on a SSD drive. Is there a way to debug this slow startup (log files or something)? Thanks. Il 23/08/2019 17:50, Tobias Oelgarte ha scritto: Might be a problem with your Windows installation. Im running Netbeans 11.1 with JDK 11, 12, 14 (EA) without any performance issues on W

Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Tobias Oelgarte
Might be a problem with your Windows installation. Im running Netbeans 11.1 with JDK 11, 12, 14 (EA) without any performance issues on Windows 7 x64. Maybe you installed Netbeans on an HDD instead of an SSD? Tobias Oelgarte Mail: tobias.oelga...@gmail.com On 23.08.19 17:24, Haunted2 wrote: He

Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Haunted2
Hello, I have Netbeans 11.1 on windows 7 with JDK 12.0.2 and it takes a couple of minutes to start. I tested it with JDK 8  too and it has the same issue. Then i installed Netbeans 11.1 on Linux VM with JDK 12 and it is much faster. Is this a windows 7 related problem? Thanks. --

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Luff,Chris
Hey all, this is a plugin I have put time into in the past - the whole thing needs to be modularised to take advantage of later JDK and Scala versions. I have started but time to work on it is limited. Additionally, some of the sub-projects are a little weirdly laid down so they probably need so

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Peter Hull
On Fri, Aug 23, 2019 at 4:41 AM Alex Kotchnev wrote: >the code needs a few classes from the compiler tree API (e.g. > com.sun.source.util - TreePath, Trees, etc). I looked around but couldn't > find what dependency to add to the project instead. It seems that those > classes are still avail