I have an ANT script that works fine.
When the build succeeds I’d like it to send an email that has “build succeeded” in the subject and include the build’s console output as the email body.
When the build fails I’d like it to send an email that has “build failed” in the subject and include the build’s console output as the email body.
Can someone tell me an easy way to do this? Thanks!
Rob
The ant mail logger should be what you need.