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

How to start build engine in command line in AIX

How to start a build engine in AIX environment, what is the exact command of Jazz Build Engine CLI. I just knew the command line like below, but seems it only works by manually run under command line, if you close the command line window, it would not work any more. Setting it as a cronjob seems not working also. What should I do to have it tun all the time.

java -jar jazz/buildsystem/buildengine/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar -application com.ibm.team.build.engine.jazzBuildEngine -repository REPOSITORY -engineId default -userId USERID -pass PASSWORD

0 votes



One answer

Permanent link
How to start a build engine in AIX environment, what is the exact command of Jazz Build Engine CLI. I just knew the command line like below, but seems it only works by manually run under command line, if you close the command line window, it would not work any more. Setting it as a cronjob seems not working also. What should I do to have it tun all the time.

java -jar jazz/buildsystem/buildengine/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar -application com.ibm.team.build.engine.jazzBuildEngine -repository REPOSITORY -engineId default -userId USERID -pass PASSWORD


If you close the shell window, the tasks get killed too - so the behaviour on the commandline is as expect (for Unix).

I suspect you have to be very explicit with all the paths for a cronjob. Try putting in the Java path rather than rely on the path being set for java.

anthony

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 12 '11, 4:31 a.m.

Question was seen: 5,758 times

Last updated: Jul 12 '11, 4:31 a.m.

Confirmation Cancel Confirm