Or Anthill

-----Original Message-----
From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 01, 2007 11:34 AM
To: Ant Users List
Subject: RE: Invoking Ant Procedures from tomcat ? 

Hello,

What you are describing sounds a lot like continuous integration. Have
you considered CruiseControl? It can be used to build and test your
application each time code is committed to scm, and sends all kinds of
mails as well as having a web interface with results, etc.

Regs,
/t 

>-----Original Message-----
>From: Chun Ji [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, March 01, 2007 8:25 PM
>To: Ant Users List
>Subject: Invoking Ant Procedures from tomcat ? 
>
>
>We have a project going on, which involves 20 developers, 
>2000+ java files, 3,000+ junit test cases and ORACLE database. 
>Every morning, there will be a cron job running ant to do the 
>build and run these junit test cases. It also sends the 
>results to everyone.   
>
>Our manager is looking for 0% failure for the junit tests, 
>which is very difficult to reach. There is quite a few time 
>that Person A's changes causes the failure of Person B's Junit 
>test cases!  
>
>So we are just thinking if we could create an "object" to a 
>web server to invoke these build and testing targets in ant. 
>Whoever commits some new changes, he may just need to "push a 
>button" at the front-end, to make sure the changes DO NOT 
>break anything 
>
>comments, ideas, examples ? 
>
>
>
>Charlie, 
>  
>
>
>
>---------------------------------------------------------------------
>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]


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

Reply via email to