AW: Convertion from shell to ant target

2006-04-19 Thread Jan.Materne
># 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 some kind of May

Convertion from shell to ant target

2006-04-19 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