Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-09 Thread Emilian Bold
Interesting. I think there's a whitelist of schema URLs in NetBeans and they have the original http variant. Please report this on JIRA, somebody might pick it up for 12 (which would be the next LTS version). --emi On Fri, Apr 10, 2020 at 3:25 AM Philip Durbin wrote: > > I see what happened. In

Re: dlight terminal emulator

2020-04-09 Thread Ernie Rael
On 4/9/2020 6:04 PM, Ernie Rael wrote: On 4/9/2020 9:01 AM, Neil C Smith wrote: On Thu, 9 Apr 2020 at 16:57, Ernie Rael wrote: I haven't found any docs on dlight yet, or maybe some system property I can set or ??? Is this related to https://issues.apache.org/jira/browse/NETBEANS-3254 ? Gues

Re: dlight terminal emulator

2020-04-09 Thread Ernie Rael
On 4/9/2020 9:01 AM, Neil C Smith wrote: On Thu, 9 Apr 2020 at 16:57, Ernie Rael wrote: I haven't found any docs on dlight yet, or maybe some system property I can set or ??? Is this related to https://issues.apache.org/jira/browse/NETBEANS-3254 ? Guess not, I tried turning on those properti

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-09 Thread Philip Durbin
I see what happened. In a recent pull request* we changed "http" to "https" in our pom.xml like this: BEFORE http://maven.apache.org/POM/4.0.0"; AFTER https://maven.apache.org/POM/4.0.0"; If I revert "https" back to "http" I can open the project properties. Phil * https://github.com/IQSS/datave

Re: WildFly and 12.0 - not working with JDK14

2020-04-09 Thread Geertjan Wielenga
It's a known problem, will be fixed for 12.0. After you run NetBeans on an earlier JDK and then install the WildFly plugin (or any other plugin), you can go back and run NetBeans on JDK 14 again. It's just a problem installing NBMs since Pack200 isn't in JDK 14 or later. Gj On Thu, Apr 9, 2020 a

Re: WildFly and 12.0

2020-04-09 Thread Geertjan Wielenga
Possibly because you're running 12.0 on JDK 14. Could you run on an earlier release, that might be a reason, with unzipping of the NBM etc because of Pack200 not being in JDK 14. Gj On Thu, Apr 9, 2020 at 5:10 PM Geertjan Wielenga wrote: > What does "without result" mean? > > Gj > > On Thu, Ap

Re: dlight terminal emulator

2020-04-09 Thread Neil C Smith
On Thu, 9 Apr 2020 at 16:57, Ernie Rael wrote: > I haven't found any docs on dlight yet, or maybe some system property I > can set or ??? Is this related to https://issues.apache.org/jira/browse/NETBEANS-3254 ? > Any hints? (other than running on linux ;-) ) That's the fix for everything! ;-)

dlight terminal emulator

2020-04-09 Thread Ernie Rael
The NetBeans terminal emulator gets an error when I start it. (cygwin). Any insights that might provides a solution, or save me some time tracking it down appreciated. Malformed argument has embedded quote:     exec /cygdrive/F/cygwin64/bin/bash.exe \"--login\" The extra quotes directly

Git status difference between build and command line

2020-04-09 Thread George Brooks
A PHP project in Netbeans 11.1 shows git status as "- nothing to commit, working directory clean". After building NetBeans-dev-20200408-f9b9f0698fa3-release, Netbeans Team->Diff->Diff to HEAD shows a set of files claimed to be modified. At the command line, however, git status continues to show "-

Re: WildFly and 12.0

2020-04-09 Thread Geertjan Wielenga
What does "without result" mean? Gj On Thu, Apr 9, 2020 at 4:14 PM Louis Collet wrote: > Hi all, > > I just downloaded the 12.0 beta 2 version ( my platform is Windows 10, JDK > 14) > > > > But I’m not able to install my Wildfly Application Server because it not > in the list : > > > > Then I i

WildFly and 12.0

2020-04-09 Thread Louis Collet
Hi all, I just downloaded the 12.0 beta 2 version ( my platform is Windows 10, JDK 14) But I’m not able to install my Wildfly Application Server because it not in the list : Then I installed (on Geertjan’s advice) following plugin : … And restarted NB, without result … Any