RE: MissingResourceException

2020-01-15 Thread Eirik Bakke
> I also wonder if we can support it longer term - gets disabled without > nb-javac? Whoa--is there a chance Compile-on-Save will disappear? It's a very crucial feature. And how would "Apply Code Changes" in the debugger work without it? -- Eirik -Original Message- From: Neil C Smith

NetBeans 11.2 - how to use Remote Java SE for example with Raspberry Pi?

2020-01-15 Thread Lister Jonathan
I can create the remote Java SE platform OK via Tools / Java Platforms: [cid:image001.png@01D5CBCD.9CCC8140] And Test Platform works fine (but I can't show the console output here because it is removed before I can copy / paste it).. But when I right click a project and select Project

Re: MissingResourceException

2020-01-15 Thread Emilian Bold
> There was an old bug about this on > https://bz.apache.org/netbeans/show_bug.cgi?id=221781 . Maybe we should > create a corresponding new JIRA issue. [Note: How cool the old bugzilla was migrated to Apache!] > Well, related. My first thought on this was Compile on Save. I don't > think

Re: MissingResourceException

2020-01-15 Thread Neil C Smith
On Wed, 15 Jan 2020 at 17:17, Eirik Bakke wrote: > Though you're on ant, and I'm using Maven (and the bugzilla bug above refers > to Maven). Maybe they are two different bugs. Well, related. My first thought on this was Compile on Save. I don't think I've got that enabled in a single project

Re: Fwd: [Gradle] "Error Node: Source Package/Resource/Test Packages"

2020-01-15 Thread Laszlo Kishalmi
Hi! You are most likely experiencing: https://issues.apache.org/jira/browse/NETBEANS-2629 The wrong is the project layout. It seems you have some source folders which NetBeans detects to belong to at least two projects. We put out an error node instead of getting into confusion later on

Fwd: [Gradle] "Error Node: Source Package/Resource/Test Packages"

2020-01-15 Thread Giuseppe Barbieri
Hi, we have a fully working project (using Gradle) under Eclipse 8.2 and jdk8 I updated it in order to use OpenJDK 11.05. It works flawless under Idea, but in Netbeans 11 I have the following error: https://imgur.com/f6StDVS I tried also Netbeans 11.2, same error What is wrong? Giuseppe

Re: MissingResourceException

2020-01-15 Thread Marco Rossi
Yes, it is a new ant based project. I can confirm that a clean build fixes the problem, until any changes on the the panel form will be performed. And this is very annoying, especially at first when I have to design my forms. In the meantime I could follow the Eirik suggestion and move away