| Author |
String externalisation problem-using NLS and message.properties
|
Sarah Connor
Greenhorn
Joined: Nov 10, 2005
Posts: 6
|
|
I'm working on a Java eclipse 3.3 project. It's for an eclipse plug-in. I'm using a messages.properties files to contain my strings and a class extending from org.eclipse.osgi.util.NLS to dislay theses messages. This worked fine. However I then changed computers and now when I run the plug-in I get the following errors NLS missing message: xxxx in: com.abc.eyz.utils.editors.messages where xxxx is the name of the String in the NLS extended file and in the messages file gives a string value. I'm sure it's something in the build path/configuration but I don't know what it is. Any help would be much appreciated.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16482
|
|
|
"Sarah K", please check your private messages for an important administrative message.
|
 |
 |
|
|
subject: String externalisation problem-using NLS and message.properties
|
|
|