Please read the manual... http://ant.apache.org/manual/index.html
You may also benefit from the following... http://www.catb.org/~esr/faqs/smart-questions.html -Rob A > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 27, 2006 2:48 AM > To: [email protected] > 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? > > > //-------------------------------------------- > > > # 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/local/error.txt grep " > Failed" *.log *.msg >> /usr/local/error.txt > > > count=`cat /usr/local/error.txt|wc -w` > echo $count > > > if [ ``$count'' = ''0'' ] > then > status=Pass > else > status=Fail > fi > > > sleep 2 > > > # 13 : Create mail file > echo "Runnning create mail script" > echo "To:$maillist" > /usr/local/mail.txt echo "Subject:Build > Summary :: $product/$VER-$RELN/$status" > >>/usr/local/mail.txt > > > //---------------------------------------------- > > > I will be thankful to you. > > > Regards > Pritesh > > > > > > > > > > +91 80 30298143(O) > > > > > > > > The information contained in this electronic message and any > attachments to this message are intended for the exclusive > use of the addressee(s) and may contain proprietary, > confidential or privileged information. If you are not the > intended recipient, you should not disseminate, distribute or > copy this e-mail. Please notify the sender immediately and > destroy all copies of this message and any attachments. > > > WARNING: Computer viruses can be transmitted via email. The > recipient should check this email and any attachments for the > presence of viruses. The company accepts no liability for any > damage caused by any virus transmitted by this email. > > > www.wipro.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
