Re: Gradle openjdk12 and --enable-preview

2019-08-01 Thread Laszlo Kishalmi
That was mentioned somewhere, but there is no JIRA issue on that. On 8/1/19 1:59 PM, Geertjan Wielenga wrote: I don’t think this is supported yet by our Gradle integration, best to create an issue. Gj On Thu, 1 Aug 2019 at 16:31, Helmut Leininger > wrote: Hi,

Re: Gradle openjdk12 and --enable-preview

2019-08-01 Thread Geertjan Wielenga
I don’t think this is supported yet by our Gradle integration, best to create an issue. Gj On Thu, 1 Aug 2019 at 16:31, Helmut Leininger wrote: > Hi, > > I want to use the preview features in the Gradle project. > > in build.grdle I specified: > > compileJava { > options.compilerArgs <<

Re: Injection of an EntityManager is not adapted to CMT mode

2019-08-01 Thread Richard Grin
OK, thanks Javier. It's done: https://issues.apache.org/jira/browse/NETBEANS-2934 (and another one: https://issues.apache.org/jira/browse/NETBEANS-2935). Le 01/08/2019 à 16:39, Javier Ortiz a écrit : Yes, please do.

RE: subscribe

2019-08-01 Thread Peter Kovacs
It says it what you have to do at each mail. Plus given link explains it a bit more lengthy. To unsubscribe please send an email to: users-unsubscr...@netbeans.apache.org Am 1. August 2019 16:32:10 MESZ schrieb "DONAGHY, MATTHEW (IT Services)" : >Please unsubscribe me from email list. >

Re: Injection of an EntityManager is not adapted to CMT mode

2019-08-01 Thread Javier Ortiz
Yes, please do. https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-2931?filter=allopenissues On Thu, Aug 1, 2019, 9:29 AM Richard Grin wrote: > Do I have to report this problem elsewhere for it to have a chance to be > fixed? > > I found other problems in other codes generated by

RE: subscribe

2019-08-01 Thread DONAGHY, MATTHEW (IT Services)
Please unsubscribe me from email list. Regards, Matthew This email is security checked and subject to the disclaimer on web-page: http://www.capita.co.uk/email-disclaimer.aspx

Gradle openjdk12 and --enable-preview

2019-08-01 Thread Helmut Leininger
Hi, I want to use the preview features in the Gradle project. in build.grdle I specified: compileJava {     options.compilerArgs << '--enable-preview' } run {     jvmArgs(['--enable-preview']) } In the  program I am using the new swich format: switch (string) {     case"a123" ->

Re: Injection of an EntityManager is not adapted to CMT mode

2019-08-01 Thread Richard Grin
Do I have to report this problem elsewhere for it to have a chance to be fixed? I found other problems in other codes generated by NetBeans and I prefer to report them the right way. Regards, Richard Le 29/07/2019 à 16:06, Richard Grin a écrit : Hi Ortiz, The EJB in which I inject is NOT

Re: subscribe

2019-08-01 Thread Glenn Holmer
On 8/1/19 7:43 AM, Colin Wyke wrote: > Please *unsubscribe* me from email list. https://netbeans.apache.org/community/mailing-lists.html#users -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." <>

Re: subscribe

2019-08-01 Thread Colin Wyke
Please unsubscribe me from email list. Regards, Colin Wyke Sent from Outlook From: Emilian Bold Sent: Tuesday, July 30, 2019 1:50 PM To: NetBeans Mailing Subject: subscribe --emi

Re: Updates don't be applied

2019-08-01 Thread Marco Rossi
Yes, also the working directory exists. As Emilian has mentioned I think it is something related to macOS sandbox or security access. This issue has appear after I bundled the OpenJDK inside the application bundle (before I used Oracle JRE installed onto the system). I’ve found this

Re: Updates don't be applied

2019-08-01 Thread Chris Mackey
Perhaps a stupid question, but I see you've verified that the executable location exists, but have you done the same for the working directory you're telling ProcessBuilder to use? That is, "/Applications/ISNet Cube.app/Contents/Resources/isnet/isnet/modules". On Wed, 31 Jul 2019 at 21:49, Marco