Author |
Message
|
pratuluv |
Posted: Fri Feb 24, 2012 1:44 am Post subject: Issue building .mar file using ANT |
|
|
Acolyte
Joined: 25 May 2011 Posts: 53
|
Hi, We have developed Message Broker Flows with WTX map nodes. Hence while building a bar, WMB creates a ".mar" file for all the WTX maps. This is all good in WMB. But my build and deploy on the server environment is done using some tool which internally uses ANT scripts. The ".mar" file is built in Windows but in case of UNIX, we are not able to see the ".mar" file.
Can you please help me with the Unix command for building a ".mar" file? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Feb 24, 2012 2:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can not compile WTX maps on Unix. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Feb 24, 2012 5:39 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
We've told him this at least twice before. I think he believes he can get a different answer if he asks the same question enough times. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Feb 24, 2012 5:55 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
We've told him this at least twice before. I think he believes he can get a different answer if he asks the same question enough times. |
pratuluv - You can not compile any kind of program in any kind of programming language without a copy of the program that actually performs the compilation. This is the program called the 'compiler'.
The compiler for WTX maps is the WTX Design Studio. This is the same way that the compiler for message flows is the WebSphere Message Broker Toolkit.
You can not compile message flows on a machine that does not have a copy of the Message Broker Toolkit.
You can not compile WTX maps on a machine that does not have a copy of the WTX Design Studio.
The WTX Design Studio only runs on Windows. You can not install it on a Unix machine. Therefore all unix machines DO NOT HAVE a copy of the compiler for WTX maps.
If you disagree with this, please install a copy of Design Studio on Unix and then you will be able to compile maps on Unix. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Feb 24, 2012 6:19 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
|