Re: [ java ] [ gradle ] Are breakpoints in JSPs supported in Gradle web applications?

2020-05-21 Thread Laszlo Kishalmi
I've recently find out that the web folder is not a real SourceGroup in NetBeans terms, so that could be the cause of that issue. You can file a JITA ticket on that, hopefully it would be resolved with 12.1 release. On 5/21/20 11:20 AM, Connor Cook wrote: Hello all, I am using Netbeans 11.2,

[ java ] [ gradle ] Are breakpoints in JSPs supported in Gradle web applications?

2020-05-21 Thread Connor Cook
Hello all, I am using Netbeans 11.2, trying to debug a Gradle web application, using Tomcat 8.5. I am using the Gradle WAR plugin, and a WAR file is generated that I can deploy to Tomcat successfully. The site works correctly, all JSPs are run. I am able to submit and hit a breakpoint in my Java c

Re: How do you setup JUnit with Maven?

2020-05-21 Thread John Mc
What version of JUnit are you using? If its JUnit 5, then you need to be running the Maven Surefire plugin > version 2.22 See https://maven.apache.org/surefire/maven-surefire-plugin/examples/junit-platform.html. Note this is referencing the latest version Also JUnit has a sample project for JUni

Re: How do you setup JUnit with Maven?

2020-05-21 Thread Ty Young
On 5/21/20 10:07 AM, Luff,Chris wrote: No, nothing like that should be needed. Make sure your source packages are mirrored in the test sources. Prefix your classes with Test. Maven should run them fine. To be clear, a test package must be 1:1 to be seen by Maven? For example: Source com.

Re: How do you setup JUnit with Maven?

2020-05-21 Thread Luff,Chris
No, nothing like that should be needed. Make sure your source packages are mirrored in the test sources. Prefix your classes with Test. Maven should run them fine. > On 21 May 2020, at 15:30, Ty Young wrote: > > Hi, > > > Can anyone tell me how to setup Maven with Netbeans? I've tried multipl

How do you setup JUnit with Maven?

2020-05-21 Thread Ty Young
Hi, Can anyone tell me how to setup Maven with Netbeans? I've tried multiple times and the result is always the same: it tries to test but doesn't seem to be able to find them and doesn't do anything. I'm guessing I need to override the default package name JUnit uses to look for classes t

Re: 12.0-beta-4

2020-05-21 Thread joe schmo
Ok, got the beta version working now, Thanks From: Ernie Rael Sent: May 20, 2020 5:55 PM To: users@netbeans.apache.org Subject: Re: 12.0-beta-4 Menu > Tools > Options > Import > Browse Either * browse to previous userdir you used to run netbeans (see "Menu >

Re: JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Neil C Smith
On Thu, 21 May 2020 at 10:28, Neil C Smith wrote: > > On Thu, 21 May 2020 at 10:22, Luff,Chris > wrote: > > > > Being managed here: https://issues.apache.org/jira/browse/NETBEANS-3985 > > Is it really?! ;-) Sorry, a little snarky. Seems this is covered in https://issues.apache.org/jira/browse/

RE: JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Louis Collet
jpackage ? -Original Message- From: Neil C Smith Sent: jeudi 21 mai 2020 11:32 To: Emilian Bold Cc: NetBeans Mailing Subject: Re: JDK 14 missing pack200 is a problem even for older NetBeans plugins!? On Thu, 21 May 2020 at 10:12, Emilian Bold wrote: > So NetBeans forks a separate pr

Re: JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Neil C Smith
On Thu, 21 May 2020 at 10:12, Emilian Bold wrote: > So NetBeans forks a separate process to do the unpacking and with JDK > 14 that unpack200 executable no longer exists. Maybe it should use a > library for unpack? Is there one that could be used anywhere? Neil -

Re: JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Neil C Smith
On Thu, 21 May 2020 at 10:22, Luff,Chris wrote: > > Being managed here: https://issues.apache.org/jira/browse/NETBEANS-3985 Is it really?! ;-) Neil - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

Re: JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Luff,Chris
Being managed here: https://issues.apache.org/jira/browse/NETBEANS-3985 On 21 May 2020, at 10:11, Emilian Bold mailto:emilian.b...@gmail.com>> wrote: I assumed the removal of pack200 is a problem only for the NetBeans installer, but apparently NetBeans cannot even install older modules: WARNIN

JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Emilian Bold
I assumed the removal of pack200 is a problem only for the NetBeans installer, but apparently NetBeans cannot even install older modules: WARNING [org.netbeans.updater] java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.base/java.lang.ProcessImpl.create(N