Re: Converting a shell script part to ant target

2006-04-28 Thread Scot P. Floess
Pritesh: No problem :) [EMAIL PROTECTED] wrote: I am really sorry for that... -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 5:09 PM To: Ant Users List Subject: Re: Converting a shell script part to ant target Pritesh: Are you being

RE: Converting a shell script part to ant target

2006-04-28 Thread pritesh.saharey
I am really sorry for that... -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 5:09 PM To: Ant Users List Subject: Re: Converting a shell script part to ant target Pritesh: Are you being sarcastic? Certainly all of us here who know ant

Re: Converting a shell script part to ant target

2006-04-28 Thread Scot P. Floess
ve. And also if you don't know the solution please be quite and try to concentrate on your own work. Thanks Pritesh -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 11:31 PM To: Ant Users List Subject: Re: Converting a shell

Re: Converting a shell script part to ant target

2006-04-27 Thread Ninju Bohra
target to do the emailing and use an if attribute to check if the attribute is set. Good Luck, Ninju >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Thursday, April 27, 2006 2:48 AM >> To: user@ant.apache.org >> Subject:

RE: Converting a shell script part to ant target

2006-04-27 Thread Jeffrey E Care
Development WAS Pyxis Lead Release Engineer <[EMAIL PROTECTED]> 04/27/2006 11:33 PM Please respond to "Ant Users List" To , <[EMAIL PROTECTED]> cc Subject RE: Converting a shell script part to ant target Thanks Guys for your nice support an

RE: Converting a shell script part to ant target

2006-04-27 Thread pritesh.saharey
t know the solution please be quite and try to concentrate on your own work. Thanks Pritesh -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 11:31 PM To: Ant Users List Subject: Re: Converting a shell script part to ant target I concur whol

Re: Converting a shell script part to ant target

2006-04-27 Thread Scot P. Floess
: Converting a shell script part to ant target Hi, Can anyone help me in converting this piece of code from shell script to an ant target? // # 12 : Check errors at build.msg and the logs echo "Check there any errors " cd $IMF/build rm -rf

RE: Converting a shell script part to ant target

2006-04-27 Thread Anderson, Rob (Global Trade)
6 2:48 AM > To: user@ant.apache.org > Subject: Converting a shell script part to ant target > > > Hi, > Can anyone help me in converting this piece of code from > shell script to an ant target? > > > // > > &g

Converting a shell script part to ant target

2006-04-27 Thread pritesh.saharey
Hi, Can anyone help me in converting this piece of code from shell script to an ant target? // # 12 : Check errors at build.msg and the logs echo "Check there any errors " cd $IMF/build rm -rf /usr/local/error.txt #grep " Error" *.log *.msg > /usr