Re: NB11 Java Web App with Gradle

2019-04-23 Thread Juan Algaba
Hello Mike, I'm in a similar situation in that our project started (and still is) an ant-based java web project originally created with NB 8.2, but needed it to work with gradle as well, (not because of CI, but because a coworker prefers to use another editor that only supports Maven/Gradle). We c

NB11 Java Web App with Gradle

2019-04-23 Thread Mike Ryan
I started a Java Web App back in NB 8.2 which by default used Ant. Once I started using GitLab CI for the project, I created a build.gradle file, which just fires off the ant build: ant.importBuild('build.xml') { antTargetName -> 'a-' + antTargetName } and then defines my dependencies, war

[XML] Code completion for XSD's defined with urn: syntax

2019-04-23 Thread Ernst Vaarties
Hello, I would like to have code completion in my XML's when the XSD's are referred to using a urn: syntax like in PHPStorm. This is useful for instance when developing in Magento 2: https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-urn.html There's this current s

Re: Apply Code Changes

2019-04-23 Thread Geertjan Wielenga
Not going to look into this without a sequence of steps from scratch -- a common basis, otherwise we're talking about different things. The steps should describe you creating a new application, debugging, etc, etc, with the apply code changes step somewhere working/not working. Gj On Tue, Apr 23

RE: Apply Code Changes

2019-04-23 Thread Klaus Rheinwald
Product Version: Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319) Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9 Runtime: OpenJDK Runtime Environment 11.0.2+9 System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb) User directory: C:\Users\krheinwal

Re: Apply Code Changes

2019-04-23 Thread Geertjan Wielenga
Need a bit more info. E.g., just tried on Mac OSX with the below and it worked fine -- also provide a step by step scenario we can all follows, otherwise we're all doing different things. *Product Version:* Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319) *Java:* 1.8.0_

RE: Apply Code Changes

2019-04-23 Thread Klaus Rheinwald
Same on NB11. From: Klaus Rheinwald Sent: Tuesday, April 23, 2019 8:54 AM To: 'Marc Collin' ; 'NetBeans Mailing List' Subject: RE: Apply Code Changes Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for the project. After making and saving changes to the code with t

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Ernst Vaarties
On 23-04-19 10:44, Neil C Smith wrote: On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties wrote: That could be it, I'm using the package provided by Ubuntu and am seeing this entry in the update log: Start-Date: 2019-04-17 08:42:38 Commandline: /usr/bin/unattended

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Neil C Smith
On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties wrote: > > That could be it, I'm using the package provided by Ubuntu and am seeing this > entry in the update log: > > > Start-Date: 2019-04-17 08:42:38 > > Commandline: /usr/bin/unattended-upgrade > > Upgrade: openjdk-11-jre-headless:amd64 (10.0.2+1

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Neil C Smith
On Tue, 23 Apr 2019 at 09:12, Ernst Vaarties wrote: > Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 > installation and I have to revert to using NB 8. In addition to what Geertjan said, what JDK are you using? I've got the same OS and no issue at the moment. I'm curre

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Geertjan Wielenga
And if it's since last week (i.e, initially it worked and later not), maybe remove the userdir and restart -- if that doesn't work, it's not related to NetBeans but something in your operating system. Gj On Tue, Apr 23, 2019 at 11:25 AM Geertjan Wielenga wrote: > Did you look for answers on-lin

Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Geertjan Wielenga
Did you look for answers on-line, e.g.: https://github.com/netty/netty-tcnative/issues/111 Gj On Tue, Apr 23, 2019 at 11:12 AM Ernst Vaarties wrote: > Hello, > > Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 > installation and I have to revert to using NB 8. > > When I

[NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Ernst Vaarties
Hello, Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 installation and I have to revert to using NB 8. When I start on the CLI, the following error is shown: Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: Assertion `version->filename == NULL ||

Re: javadoc for JavaFX in Netbeans 11

2019-04-23 Thread Luff,Chris
Strikethrough “remove”. On 23 Apr 2019, at 08:21, Luff,Chris mailto:chris.l...@cerner.com.INVALID>> wrote: Manually, I’m afraid! Locate the libraries (.m2 for maven) and remove add the appropriate classifier -javadoc.jar. NetBeans will pick it up right away. javafx-media-11.0.2-javadoc ->javaf

Re: javadoc for JavaFX in Netbeans 11

2019-04-23 Thread Luff,Chris
Manually, I’m afraid! Locate the libraries (.m2 for maven) and remove add the appropriate classifier -javadoc.jar. NetBeans will pick it up right away. javafx-media-11.0.2-javadoc ->javafx-media-11.0.2-mac-javadoc.jar for example. On 14 Apr 2019, at 08:57, Helmut Leininger mailto:h.leinin...@gm

Re: Built-in support of Tomcat TomEE

2019-04-23 Thread Luff,Chris
+1 on 11.0, but I have been successfully using Tomcat in NetBeans before and after donation up to today. Deploy, debug etc all work as expected. On 22 Apr 2019, at 20:02, Geertjan Wielenga mailto:geert...@apache.org>> wrote: I’d recommen only trying with Apache NetBeans 11.0 since there Java We

Re: Built-in support of Tomcat TomEE

2019-04-23 Thread Geertjan Wielenga
Great to hear. Which version of Tomcat are you using? Gj On Tue, Apr 23, 2019 at 10:17 AM Luff,Chris wrote: > +1 on 11.0, but I have been successfully using Tomcat in NetBeans before > and after donation up to today. Deploy, debug etc all work as expected. > > On 22 Apr 2019, at 20:02, Geertjan

Re: Android Support for Apache Netbeans

2019-04-23 Thread arsi
Hi, There is currently one problem and I don't know what to do with it.. NBANDROID has its own Gradle support and to have the whole project under control, I need to take control of the Root project. Otherwise, I can't turn off the built-in Gradle support, or the one from Attila. Therefore, an

RE: Apply Code Changes

2019-04-23 Thread Klaus Rheinwald
Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for the project. After making and saving changes to the code with the debugged code stopped on a breakpoint, ‘Apply Changes’ stays disabled. In the meantime, I found this matching bug report: