Re: NetBeans 9.0 - Can't debug a single test method with migrated project

2020-06-04 Thread Juan Algaba
So, I tested again with 11.3 and find that * Problem still happens with my existing project * Problem doesn't happen if creating new Ant Web App project * The problem is NOT in build-impl.xml (I diffed the working project one and mine, and sans some small unrelated differences, they're the same! in

Re: NetBeans 9.0 - Can't debug a single test method with migrated project

2018-11-27 Thread Juan Algaba
A similar issue happened to me when migrating to netbeans 9.0 and continues on in nb 10, details here: https://issues.apache.org/jira/browse/NETBEANS-1661 Strangely when I use Coolbeans (http://coolbeans.xyz/) which I believe is based on nb 10 the issue is resolved, which is my current workaround.

Re: NetBeans 9.0 - Can't debug a single test method with migrated project

2018-11-27 Thread Thomas Kellerer
Thomas Kellerer schrieb am 08.03.2018 um 21:26: I have an Ant based project that was migrated from 8.2 (i.e. I simply opened the project with NetBeans 9.0) When I try to use "Debug Focused Test Method" I get an error:    Target "debug-single-method" does not exist in the project "SQLWorkbench

Re: NetBeans 9.0 - Can't debug a single test method with migrated project

2018-06-07 Thread Thomas Kellerer
This happened again twice now - after a while "Debug focused test method" stopped working. (Both times I re-created the project from scratch) The interesting thing is, that even with a brand new project there is no target name "debug-single-method" in any of the build.xml files. There is howeve

Re: NetBeans 9.0 - Can't debug a single test method with migrated project

2018-03-11 Thread Emilian Bold
You should report this on JIRA https://issues.apache.org/jira/projects/NETBEANS/summary Could you just compare / diff the two folders and see what changed? I guess the build.xml files are slightly different (for some reason). --emi ‐‐‐ Original Message ‐‐‐ On 8 March 2018 10:26 PM, Th

NetBeans 9.0 - Can't debug a single test method with migrated project

2018-03-08 Thread Thomas Kellerer
I have an Ant based project that was migrated from 8.2 (i.e. I simply opened the project with NetBeans 9.0) When I try to use "Debug Focused Test Method" I get an error: Target "debug-single-method" does not exist in the project "SQLWorkbench". When I create the project from scratch within