Author |
Message
|
sjaganna |
Posted: Tue Jun 23, 2009 6:18 am Post subject: Create BAR using cruisecontrol... |
|
|
Novice
Joined: 20 Feb 2009 Posts: 16
|
Hi,
Does anyone have experience with creating BAR file using cruisecontrol - continous integration tool. The idea here is that all message broker code will be checked into SVN on a AIX server. The cruisecontrol tool listens to any code that is checked into SVN and picks up the changes executes a build and produces a BAR that can be deployed.
The question I have is how to get to build a BAR on a AIX server do I have to install the broker toolkit there or what is needed to make this happen.
Thanks
Srikanth |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 23, 2009 6:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You need Toolkit or mqsicreatebar to compile ESQL and flows and sets.
mqsicreatebar is installed with Toolkit.
So you need Toolkit installed. |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Jun 24, 2009 1:37 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
AFAIR toolkit is supported only on windows and linux.... not on AIX _________________ Cheers |
|
Back to top |
|
 |
telecoda |
Posted: Thu Jun 25, 2009 7:19 am Post subject: |
|
|
Novice
Joined: 05 Feb 2008 Posts: 15
|
Yes, you should have a separate build server (either linux/windows) to create your .bar files and ftp to the AIX box or do an mqsideploy from cruisecontrol.
the mqsicreatebar stuff is ok to do in cruisecontrol providing you have the right paths setup.
mqsideploy is a broker command not a toolkit command so you need mqsiprofile set up to run this.
I am looking into this at the moment and hopefully writing something up on my blog about it in the future.
I will happily share it here when its done. |
|
Back to top |
|
 |
aditya.aggarwal |
Posted: Sat Jun 27, 2009 7:35 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
Configure your AIX broker in to the Toolkit Configuration manager Broker Domain at Windows or Linux server.
Deploy Bar file from Toolkit in to AIX Broker Execution Group.
To create a BAR file at AIX you can use mqsicreatebar command at AIX server also. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jun 28, 2009 9:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
aditya.aggarwal wrote: |
To create a BAR file at AIX you can use mqsicreatebar command at AIX server also. |
Which part of you need the toolkit did you not get?
The toolkit is only certified for windows and Linux...
So no AIX is not your playground there....
Once the bar file is created you can ftp it to AIX and deploy from there using mqsideploy... but I would suggest you create the bar file in a supported environment.
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|