Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes



2 answers

Permanent link
Do you also get French output when you run jbe by itself (not under jsl)?
Try adding the command line option: -nl en

0 votes


Permanent link
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

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 09 '09, 11:39 a.m.

Question was seen: 5,442 times

Last updated: Jul 09 '09, 11:39 a.m.

Confirmation Cancel Confirm