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  This topic is locked: you cannot edit posts or make replies.
 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 3:47 am    Post subject: hepl required for deploying a bar file using ANT Script Reply with quote

Newbie

Joined: 20 Aug 2008
Posts: 9

Could any one please hepl me to sort out the problem for writting an ANT Script for deploying a bar file

i am getting this error while running the script

[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:02 am    Post subject: Re: hepl required for deploying a bar file using ANT Script Reply with quote

Grand High Poobah

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

bhanu_palnati wrote:
The system cannot find the path specified.


Well without knowing what your ant script is actually doing, and where it's failing it's hard to be certain.

I'd take a stab that whatever id is running the script doesn't have mqsiprofile and the environment for the commands isn't set up correctly.

Just a stab though.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bhanu_palnati
PostPosted: Tue Nov 25, 2008 4:23 am    Post subject: Re: hepl required for deploying a bar file using ANT Script Reply with quote

Newbie

Joined: 20 Aug 2008
Posts: 9

this how my script lokks 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 script i am getting the error
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 25, 2008 4:26 am    Post subject: Reply with quote

Grand High Poobah

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

Please see here for a rant about multiple postings.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bhanu_palnati
PostPosted: Tue Nov 25, 2008 4:44 am    Post subject: ant script Reply with quote

Newbie

Joined: 20 Aug 2008
Posts: 9

sir ,

i had all profiles correctly but still its not working.Before i had written a script for create bar file it worked properlbut for deploying its not working
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  This topic is locked: you cannot edit posts or make replies. 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.