Speaking strictly for myself, I'll either just ignore queries like this or respond in the manner that Rob did.
The problem is the way you phased your question: I (and I'm sure many of the other experienced users) saw your question as an attempt to get us to do your work for you. You provided no details about what you've tried already, where you got stuck, etc. Things would have been very different if you had provided not only the shell script you're trying to convert, but also the build.xml that you'd started working on & a description of where you're stuck (and what you tried that didn't work to get you unstuck).
The experienced Ant users who hang out on this list do so because we want to try and help people; if we didn't care we wouldn't do it. Personally, monitoring the user list takes at least 30 minutes of my time everyday - that's time that I could easily be spending on other things but I give that time because once in a while I can answer a question that provides that one key piece of information that someone needed to get back on track. That said, this list is not your personal question answering service; it's rude & disrespectful to come in here, post a question such as the one you did & then be snarky to the people who have given you the pointers you seem to need to get started.
Bottom line: read the smart questions FAQ again & come back once you're tried to solve this problem yourself. We'll be more then happy to _HELP_ your figure out a specific problem (as opposed to just doing it all for you).
JEC
____________________________________________________________________________________________ | |
Jeffrey E. (Jeff) Care | |
IBM WebSphere Application Server Development |
WAS Pyxis Lead
Release Engineer
|
|
<[EMAIL PROTECTED]>
04/27/2006 11:33 PM
|
|
Thanks Guys for your nice support and suggestions I will see how can I
get benefited from all the URL's you people have provided instead of
giving solutions.
And I also know the basics of before asking questions in forum that one
should try to reach the archive.
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 script part to ant target
I concur wholeheartedly. The online manuals are pretty good. Keep in
mind when reading them - ant is much more than just a build tool...it
can certainly be used as a scripting language. Using ant contrib helps
too :)
Anderson, Rob (Global Trade) wrote:
> 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: 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?
>>
>>
>> //--------------------------------------------
>>
>>
>> # 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]
>
>
>
--
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549
252-478-8087 (Home)
919-754-4592 (Work)
Chief Architect JPlate http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim
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]