ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » hepl required for deploying a bar file using ANT Script

Post new topic  Reply to topic
 hepl required for deploying a bar file using ANT Script « View previous topic :: View next topic » 
Author Message
bhanu_palnati
PostPosted: Tue Nov 25, 2008 4:18 am    Post subject: hepl required for deploying a bar file using ANT Script Reply with quote

Newbie

Joined: 20 Aug 2008
Posts: 9

this is how script looks like

<?xml version="1.0"?>
<project name="project" default="run">
<target name="run" description="">
<property name="mqsi.dir" value="C:\Program Files\IBM\MQSI\6.1\bin" />
<property name="bar" value="C:\Documents and Settings\miracle\IBM\wmbt61\workspace1\Servers\Amar.bar" />
<property name="ipaddress" value="localhost" />
<property name="port" value="2415" />
<property name="queuemgr" value="WBRK61_DEFAULT_QUEUE_MANAGER" />
<property name="broker" value="WBRK61_DEFAULT_BROKER" />
<property name="exegroup" value="default" />
<antcall target="mqsideploy.deploybar" />
</target>

<!--
Target to build the broker archive using mqsicreatebar
-->
<target name="mqsideploy.deploybar">
<!-- <exec executable="${mqsi.dir}\mqsideploy.bat" spawn="false"> -->
<exec executable="${mqsi.dir}\mqsideploy.bat" failonerror="true" logError="true" vmlauncher="false" append="true">
<arg value="-i" />
<arg value="${ipaddress}" />
<arg value="-p" />
<arg value="${port}" />
<arg value="-q" />
<arg value="${queuemgr}" />
<arg value="-b" />
<arg value="${broker}" />
<arg value="-e" />
<arg value="${exegroup}" />
<arg value="-a" />
<arg value="${bar}" />
</exec>
</target>
</project>

and for this i am getting the error

[exec] The system cannot find the path specified
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 25, 2008 4:24 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

I'm guessing this is a response to this. Please keep one question to one thread - multiple postings like this are confusing as they don't contain all the information!

I stand by my original guess.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Nov 25, 2008 3:36 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Quote:
<exec executable="${mqsi.dir}\mqsideploy.bat" failonerror="true" logError="true" vmlauncher="false" append="true">


<exec executable="${mqsi.dir}/mqsideploy.bat" failonerror="true" logError="true" vmlauncher="false" append="true">


_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » hepl required for deploying a bar file using ANT Script
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.