You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Rajesh Kumar (IN4774)" <ra...@mindtree.com> on 2007/08/16 12:45:08 UTC

Ant Pass/Fail notification on Web Page

Hi,

 

I want to display ant Pass/fail notification on web page. Can I get any help
or ideas from group member?

 

Thanks in Advance!

 

Regards,
Rajesh



DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return  e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. 

RE: Ant Pass/Fail notification on Web Page

Posted by "Rebhan, Gilbert" <Gi...@huk-coburg.de>.
 

-----Original Message-----
From: Rajesh Kumar (IN4774) [mailto:rajesh_kumar1@mindtree.com] 
Sent: Thursday, August 16, 2007 12:45 PM
To: dev@ant.apache.org; user@ant.apache.org
Subject: Ant Pass/Fail notification on Web Page

/*
Hi,

 

I want to display ant Pass/fail notification on web page. Can I get any
help
or ideas from group member? 
*/

xmllogger > xslt > html


Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Ant Pass/Fail notification on Web Page

Posted by David Weintraub <qa...@gmail.com>.
I use CruiseControl. It is very easy to setup for Ant. Your Ant script
needs a target for labeling. You also need to put your output into a
single directory, and CruiseControl will copy these files to a
publishing area.

On 8/16/07, Rajesh Kumar  (IN4774) <ra...@mindtree.com> wrote:
> Hi,
>
>
>
> I want to display ant Pass/fail notification on web page. Can I get any help
> or ideas from group member?
>
>
>
> Thanks in Advance!
>
>
>
> Regards,
> Rajesh
>
>
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return  e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
> E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
>


-- 
--
David Weintraub
qazwart@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


RE: Ant Pass/Fail notification on Web Page

Posted by "Rebhan, Gilbert" <Gi...@huk-coburg.de>.
 

-----Original Message-----
From: Rajesh Kumar (IN4774) [mailto:rajesh_kumar1@mindtree.com] 
Sent: Thursday, August 16, 2007 12:45 PM
To: dev@ant.apache.org; user@ant.apache.org
Subject: Ant Pass/Fail notification on Web Page

/*
Hi,

 

I want to display ant Pass/fail notification on web page. Can I get any
help
or ideas from group member? 
*/

xmllogger > xslt > html


Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Ant Pass/Fail notification on Web Page

Posted by David Weintraub <qa...@gmail.com>.
I use CruiseControl. It is very easy to setup for Ant. Your Ant script
needs a target for labeling. You also need to put your output into a
single directory, and CruiseControl will copy these files to a
publishing area.

On 8/16/07, Rajesh Kumar  (IN4774) <ra...@mindtree.com> wrote:
> Hi,
>
>
>
> I want to display ant Pass/fail notification on web page. Can I get any help
> or ideas from group member?
>
>
>
> Thanks in Advance!
>
>
>
> Regards,
> Rajesh
>
>
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return  e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
> E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
>


-- 
--
David Weintraub
qazwart@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


RE: Ant Pass/Fail notification on Web Page

Posted by Jukka Uusisalo <ju...@modultek.com>.
> -----Original Message-----
> From: Rajesh Kumar (IN4774) [mailto:rajesh_kumar1@mindtree.com]
> Sent: 16. elokuuta 2007 13:45
> To: dev@ant.apache.org; user@ant.apache.org
> Subject: Ant Pass/Fail notification on Web Page
> 
> 
> Hi,
> 
>  
> 
> I want to display ant Pass/fail notification on web page. Can 
> I get any help
> or ideas from group member?
> 

Anthill, continuum, cruisecontrol etc.

- Jukka -