Re: MissingResourceException

2020-01-14 Thread Oliver Rettig
Hi Marco, sometimes I get also the "MissingResource" exceptions for @Message annotations in bigger ant based platform apps. I cauld resolve this by invocing clean-build by hand for single modules. The difficulty was to find out the sequence of modules I have to do this. This was difficult be

RE: MissingResourceException

2020-01-14 Thread Eirik Bakke
Is this an ant or maven-based project? Does doing a clean build fix the problem? (When working with NetBeans platform applications, I find that many annotation changes will require a complete clean build of the entire project. For this reason I will probably move away from @Message annotations,

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