I don't the reason but I do know that you cannot have spaces in target names! 
Your target name should have underscores or dashes or other characters instead 
of spaces:

 

NOT: <target name="stop server"...

BUT: <target name="stop_server"
 
> Date: Mon, 28 Dec 2009 10:33:59 +0100
> From: reno.rkc...@free.fr
> To: user@ant.apache.org
> Subject: Re: running shell script on unix
> 
> eran,
> 
> could you try with the executable argument to "/bin/sh"?
> did you try to launch it on the unix server using the ant command line?
> 
> regards
> 
> supareno
> 
> >
> > Hi,
> >
> > I hope you can help me figure out what is wrong with my script.
> > I am trying to run shell script calls stopServer. The ant script is like the
> > following:
> >
> > <target name="stop server" depends="" description="stop weblogic server">
> > <exec
> > dir="/clwutabp/clw/aim/clwabp12/J2EEServer/config/ABC-FULL/ABCServer/scripts"
> > vmlauncher="true" executable="/usr/bin/sh">
> > <arg value="-c" />
> > <arg value="forceShutdownServer"/>
> > </exec>
> > </target>
> >
> > However when trying to run the task on Eclipse I receive the following
> > error:
> > "The directory you specified does not exist"
> >
> > The folder exist and also the script. I am trying to run the script via a
> > diferent user as the owner of the script name forceShutdownServer. I changed
> > the mod to be 777 for both folder and script but without success to over
> > come the above error.
> > Any idea what I am doing wrong?
> >
> > Please note that I double click on the ant task from remote connection using
> > NT server. The ant file is located on a unix.
> >
> > Thanks,
> > Eran
> > --
> > View this message in context:
> > http://old.nabble.com/running-shell-script-on-unix-tp26937374p26937374.html
> > Sent from the Ant - Users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> > For additional commands, e-mail: user-h...@ant.apache.org
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
> 
                                          
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
http://clk.atdmt.com/GBL/go/171222986/direct/01/

Reply via email to