RE: MissingResourceException

2020-01-15 Thread Eirik Bakke
-- From: Neil C Smith Sent: Wednesday, January 15, 2020 12:36 PM To: Eirik Bakke Cc: Marco Rossi ; List NetBeans Mailing ; Oliver Rettig Subject: Re: MissingResourceException On Wed, 15 Jan 2020 at 17:17, Eirik Bakke wrote: > Though you're on ant, and I'm using Maven (and the bug

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 I've

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 r

RE: MissingResourceException

2020-01-15 Thread Eirik Bakke
rom: Marco Rossi Sent: Wednesday, January 15, 2020 4:19 AM To: List NetBeans Mailing Cc: Oliver Rettig ; Eirik Bakke Subject: Re: MissingResourceException 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 perf

Re: MissingResourceException

2020-01-15 Thread Marco Rossi
bably move away from @Message annotations, and just > write my own Bundle files.) > > > -- Eirik > > > From: Marco Rossi mailto:ma...@markreds.it>> > Sent: Tuesday, January 14, 2020 4:52 AM > To: List NetBeans Mailing <mailto:users@netbeans.apache.org&g

Re: MissingResourceException

2020-01-14 Thread Oliver Rettig
the entire project. For this reason I will probably move away from @Message annotations, and just write my own Bundle files.) -- Eirik *From:* Marco Rossi *Sent:* Tuesday, January 14, 2020 4:52 AM *To:* List NetBeans Mailing *Subject:* MissingResourceException Hi guys, I’ve started to

RE: MissingResourceException

2020-01-14 Thread Eirik Bakke
, and just write my own Bundle files.) -- Eirik From: Marco Rossi Sent: Tuesday, January 14, 2020 4:52 AM To: List NetBeans Mailing Subject: MissingResourceException Hi guys, I’ve started to use Apache Netbeans 11.2 and I’m issuing an annoying strange behaviour that I can reproduce following

MissingResourceException

2020-01-14 Thread Marco Rossi
Hi guys, I’ve started to use Apache Netbeans 11.2 and I’m issuing an annoying strange behaviour that I can reproduce following these steps: created a new project of type Netbeans Platform Application; added a new module to my application; added a new TopComponent window with a button on it; locali