Unsubscribe

2021-08-01 Thread Clement Levallois
Unsubscribe Sent from ProtonMail mobile

Error message not correct when using an Omniface socket tag (JSF)

2021-06-18 Thread Clement Levallois
Here is the case: [image.png] How can I report this to the developers of NetBeans? Or is it the developers of Omnifaces who should deal with it? Thank you, Clement -- Clément Levallois Associate Professor emlyon business school Twitter and Skype: @seinecle mobile: +33(0)6 59 08 33 92 Sent

disable pack200 with the nbm-maven-plugin?

2021-02-08 Thread Clement Levallois
pack200 was removed from the JDK, so running nbm-maven-plugin with a recent JDK throws: A required class was missing while executing org.codehaus.mojo:nbm-maven-plugin:4.1:cluster-app: java/util/jar/Pack200 Is there a way to disable the pack200 compression when using nbm-maven-plugin? --

netbeans release 82 integrated in a Jigsaw modular project: package issues

2021-02-04 Thread Clement Levallois
Hi, Basically I get package conflicts when adding the NetBeans platform (release 82) to a modular project. I made it into a [Stackoverflow question](https://stackoverflow.com/questions/66047890/netbeans-platform-module-mymodule-contains-package-java-xml-package-module-jav), but here it is as

Re: Running a modular (JPMS) java project from NetBeans in debug mode?

2020-12-29 Thread Clement Levallois
t-clicking the project, > choosing Properties, and look in the Actions category to finetune the Debug > action for your needs. > > Gj > > On Tue, 29 Dec 2020 at 12:21, Clement Levallois > wrote: > >> Hi, >> >> The project is made of a parent pom and c

Re: Running a modular (JPMS) java project from NetBeans in debug mode?

2020-12-29 Thread Clement Levallois
ated project template. > > Gj > > On Tue, 29 Dec 2020 at 12:05, Clement Levallois > wrote: > >> Hi, >> >> At the moment I run my jigsaw / JPMS project from the command line: >> java --module-path mods/core --module >> net.clementlevallois.certificateapp.

Running a modular (JPMS) java project from NetBeans in debug mode?

2020-12-29 Thread Clement Levallois
to NetBeans for launching my modular projects? (without maven plugins, just the equivalent of the command line above: java --module-path etc). Thx! Clement Levallois --