Hi All

 I have seen the ant task for modifying the domain.
 Is there any ant task which can create weblogic domain and server ?


Thanks and Regards
Vishal

-----Original Message-----
From: Ninju Bohra [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 28, 2006 10:00 AM
To: Ant Users List
Subject: Re: Converting a shell script part to ant target

Interesting challenge,
 
Try looking at the <fileset> type with a <contains> selector to restrict
the files to those that contain your specified text.
You can follow that with a <pathconvert> with a setonempty attribute to
control the defining a property only if any files containing your
desired text is found Then call a 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: 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]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to