Community
Participate
Working Groups
The file path is taken to be a directory. Failure to find that Messages directory shows up in the JS Console but is not passed on to the unsuspecting user. The original strings in the source file are lost. See Bug 422791 - Strings Xtrnlizr causes loss of letter case information They were replaced by shorter message keys according to Bug 408259 - NLS externalizer tool should generate shorter message keys Messages directory: javascript/GoogleChromeSnippets/find_regexp.js/nls/ JS Console: {args: Object, response: "{"Severity":"Error","Message":"File not found: /adrian-OrionContent/javascript/GoogleChromeSnippets/find_regexp.js/nls","HttpCode":404,"BundleId":"org.eclipse.orion.server.core","Code":0}", responseText: "{"Severity":"Error","Message":"File not found: /adrian-OrionContent/javascript/GoogleChromeSnippets/find_regexp.js/nls","HttpCode":404,"BundleId":"org.eclipse.orion.server.core","Code":0}", status: 404, url: "/file/adrian-OrionContent/javascript/GoogleChromeSnippets/find_regexp.js/nls", xhr: Object} strExternalizerModel.js:273
Also fails silently when Messages directory is set manually for the single file case. Looks like an extra / is causing a path error: {args: Object, response: "{"Severity":"Error","Message":"Forbidden: /adrian-OrionContent/javascript/GoogleChromeSnippets/nls//
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html