Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] JUnit Errors: TranslationStringMissingException

Hi,

I tried to run JGit JUnit tests using the shared launch configurations. However, many tests fail with the following exception:

org.eclipse.jgit.errors.TranslationStringMissingException: Translation missing for [.., de, ...]
	at org.eclipse.jgit.nls.TranslationBundle.load(TranslationBundle.java:174)

I think it's because my system default locale is de_DE but texts are only provided in the "ROOT" locale.

Is the fallback to "ROOT" not working? Is that intended, i.e. do I have to manually force the JVM into a different default locale? Or do I just miss something in my setup?

-Gunnar


--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/


Back to the top