RE: Automated builds with ANT / JUnit, emailing the results of the build / unit tests

2007-09-17 Thread Steve Whatmore
Please ignore that last post, once I thought about it, it became obvious that they are specified in as such with the logger being set through the command line argument. Whatty -Original Message- From: Steve Whatmore [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 1:56 PM

RE: Automated builds with ANT / JUnit, emailing the results of the build / unit tests

2007-09-17 Thread Steve Whatmore
Peter > > > > > They'll handle what you are trying to do without jumping > through hoops. > > > > > > -Original Message- > > From: Steve Whatmore [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 13, 2007 3:00 PM > > To: user@ant

Automated builds with ANT / JUnit, emailing the results of the build / unit tests

2007-09-13 Thread Steve Whatmore
Good afternoon, I am trying to setup an automated build process complete with JUnit for a web application that I am developing. I would like email the results of both the compile step and the JUnit step to a development distribution list that I have setup. I must be missing something be