Re: [EXTERNAL] Re: accented characters in NB 16 IDE editor

2023-01-02 Thread Arnaud bourree
Microsoft recommendations. They don't work > in the NetBeans 16 IDE editor. > > Chris Lanz, Assoc. Professor Emeritus > > Department of Computer Science > > 340 Dunn Hall, SUNY Potsdam > > lan...@potsdam.edu > 315 268 1547 > > > > > -

Re: [EXTERNAL] Re: accented characters in NB 16 IDE editor

2023-01-02 Thread Arnaud bourree
am > > lan...@potsdam.edu > 315 268 1547 > > > > > -- > *From:* Brett Ryan > *Sent:* Monday, January 2, 2023 12:49 AM > *To:* Arnaud bourree > *Cc:* users@netbeans.apache.org > *Subject:* [EXTERNAL] Re: accented characters in NB 16 IDE edit

Re: accented characters in NB 16 IDE editor

2023-01-01 Thread Arnaud bourree
Hi, There is no compose character on Windows. If you want a character not available in your keyborad layout, you should: - use character map - or keep Alt key down and press the character code (avalaible in character map): for example É (upper e accute) Alt+0201 Regardes, Arnaud Le lun. 2 janv.

Re: [java] locale is changed for derby db in embedded mode

2022-12-21 Thread Arnaud bourree
Hi, It looks not local issue but classpath issue. I think there are missing optional dependencies outside Netbeans. Arnaud Le jeu. 22 déc. 2022, 06:30, Orange Trees a écrit : > Hello, > > Any suggestions please what and where should I check? > > Regards, > Orange >

Re: java.io.IOException: Cannot run program "C:\Program Files\Zulu\zulu-15\bin\java.exe" (in directory "C:\Users\eraonel\git\apps"): CreateProcess error=206, The filename or extension is too long

2022-12-14 Thread Arnaud bourree
Hi, On Windows there is an historical limitation to 260 bytes on file path. Check all path in your command. There is a registry entry to extend it to 32KB https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry Regardes, Arnaud Le mer. 14 déc. 2022 à 07

Re: How to run/debug Integration Test class from contextual menu?

2022-01-17 Thread Arnaud bourree
Hi, Here it is my first contribution to NetBeans: https://github.com/apache/netbeans/pull/3470 Maybe to late for NB13. Regardes Arnaud Le jeu. 13 janv. 2022 à 15:40, Arnaud bourree a écrit : > Again thanks you William > > I said that custom action cannot provide workaround : tha

Re: How to run/debug Integration Test class from contextual menu?

2022-01-13 Thread Arnaud bourree
file in your project on action likes: CUSTOM-Run IT test Run IT test false verify DummyYoSkipUnitTests false ${packageClassName} Regar

Re: How to run/debug Integration Test class from contextual menu?

2022-01-13 Thread Arnaud bourree
. > > It is well worth checking for a Maven equivalent to the custom actions. > Another approach is to convert from Maven to Gradle which has a learning > curve of course. > > Good luck there. I'm for any thing that advances testing. > > -- > aloha, > \_w_/

Re: How to run/debug Integration Test class from contextual menu?

2022-01-12 Thread Arnaud bourree
menu. That's a big challenge for me, that will take time. Anyways, lets' go ... Regards, Arnaud Le mar. 4 janv. 2022 à 13:43, Arnaud bourree a écrit : > Hello, > > I use Netbeans 12.6 on Windows server 2016 with OpenJDK 11 and Maven 3.6.3 > > I've some integra

How to run/debug Integration Test class from contextual menu?

2022-01-04 Thread Arnaud bourree
Hello, I use Netbeans 12.6 on Windows server 2016 with OpenJDK 11 and Maven 3.6.3 I've some integration tests written with JUnit that Maven knows how to launch with failsafe. I'd like to run integration tests like unitary tests from Netbeans. I saw that there are project actions "Integration test

Re: NetBeans freezes randomly

2021-12-27 Thread Arnaud bourree
Hello, I face freezing too since I switched to 12.6, before I used 12.5. I need to focus on another application to get control back. I suspected at first that I was running Netbeans on a VM without an internet connection. My VM has 4 VCPU and 12 GB with Windows Server 2016 Regards, Arnaud Le j

Re: Why tests aren't executing?

2019-11-03 Thread Arnaud bourree
Hi, Where are unit tests located? src/test/java ? How are unit test classes named? myTest.java ? What is surefire plugin configuration? Regards, Arnaud Le jeu. 31 oct. 2019 à 23:41, Greenberg, Gary a écrit : > Still having problems with the project that I have inherited from the > contractor.