RE: email maven build log

2004-09-02 Thread James . Shute
=clean:clean test:test projectfile=S:\fo_tcw_fip\TCW/project.xml mavenscript=C:/Progra~1/Apache~1/Maven1~1.0-R/bin/maven / /schedule -Original Message- From: Liu, Zhihai [mailto:[EMAIL PROTECTED] Sent: 02 September 2004 16:48 To: 'Maven Users List' Subject: RE: email maven build log

Re: email maven build log

2004-09-02 Thread Martijn Dashorst
[EMAIL PROTECTED] wrote: Is there a reason you're not using the maven specific capabilities of CruiseControl? I hadn't gotten around to looking at the maven builder plugin. First I wanted to get it working. Next I wanted to optimize. When starting with c.c. all available documentation is

RE: email maven build log

2004-09-02 Thread Liu, Zhihai
I switched to maven builder in CC. Problem fixed. It is awesome. Thanks a lot. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 12:06 PM To: [EMAIL PROTECTED] Subject: RE: email maven build log Is there a reason you're not using

email maven build log

2004-08-23 Thread Liu, Zhihai
We have a scheduled nightly build. Is there a way to save the build information in a log file and send it by email? I am thinking of using nagEmailAddress and maven:reactor, but not sure if it will do the work. Thanks in advance.

Re: email maven build log

2004-08-23 Thread Martijn Dashorst
Liu, Zhihai wrote: Thank you, Dion. I heard of CruiseControl but am reluctant to switch to it just because of this requirement. That's why I am searching for a quick and easy solution. See the 'pragmatic project automation' example chapter (can't remember the exact link now), for installing

Re: email maven build log

2004-08-23 Thread Martijn Dashorst
My previous message uses the ant-builder for running the builds. The ant-build script runs the maven script. If you use the maven builder (recently added to cc), you will get a much better log e-mailed to you. This is also easy to implement, make sure you do a 'scm:update|clean|xxx' as build