build engine: language of build results
Hello,
I successfully installed and tested my build language as a service with jsl. I just have one little problem: all build logfiles are in french instead of english. Where can I change that into english? My jsl logs are in english. My system settings are english. My internet settings are in english. My RTC is completly in english. But the build engine console system out, system err and all build result logs of the build engine are in french. I installed the service with java parameters -Duser.language=en -Duser.country=US and also addet them to the jbe.ini and add configuration but no results. Any idea? |
2 answers
Do you also get French output when you run jbe by itself (not under jsl)?
Try adding the command line option: -nl en |
Note that if doing this by modifying the jbe.ini, each argument needs to go on a separate line. The -nl option is a program argument and so must go before any -vmargs arguments (-D and other VM arguments must go after -vmargs).
For example: -nl en -vmargs -Dosgi.requiredJavaVersion=1.5 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.