Nightly build status report

2003-06-27 Thread tso
Hi there, 
I've been trying to search the mailing list archive for an answer, but the
archive seems to be down at the moment.

I am trying to create an automatic build process, using maven, which should
compile all projects during the night and report any
anomalities that happens. I've found the junit tag, which might be
helpful, but I don't want to run JUnit tests, I want to compile
the projects.

Is it possible to have maven triggering failed builds and mail out the build
output using existing tag libraries?

If you've already answered this kind of question thousand times, please
point me to an older answer :)

regards,
Tobias

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

RE: Nightly build status report

2003-06-27 Thread Alex Liu
Hi,

I use anthill to manage nightly (scheduled) build.  Search archives with
anthill, someone gave an example on how to intergrate maven into anthill.

Alex

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 7:54 AM
To: [EMAIL PROTECTED]
Subject: Nightly build status report


Hi there, 
I've been trying to search the mailing list archive for an answer, but the
archive seems to be down at the moment.

I am trying to create an automatic build process, using maven, which should
compile all projects during the night and report any
anomalities that happens. I've found the junit tag, which might be
helpful, but I don't want to run JUnit tests, I want to compile
the projects.

Is it possible to have maven triggering failed builds and mail out the build
output using existing tag libraries?

If you've already answered this kind of question thousand times, please
point me to an older answer :)

regards,
Tobias


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



RE: Nightly build status report

2003-06-27 Thread Brendan Lawlor
The latest version of Cruisecontrol (another OS continuous integration tool)
also supports Maven goals.

Brendan.

-Original Message-
From: Alex Liu [mailto:[EMAIL PROTECTED]
Sent: 27 June 2003 14:48
To: 'Maven Users List'
Subject: RE: Nightly build status report


Hi,

I use anthill to manage nightly (scheduled) build.  Search archives with
anthill, someone gave an example on how to intergrate maven into anthill.

Alex

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 7:54 AM
To: [EMAIL PROTECTED]
Subject: Nightly build status report


Hi there,
I've been trying to search the mailing list archive for an answer, but the
archive seems to be down at the moment.

I am trying to create an automatic build process, using maven, which should
compile all projects during the night and report any
anomalities that happens. I've found the junit tag, which might be
helpful, but I don't want to run JUnit tests, I want to compile
the projects.

Is it possible to have maven triggering failed builds and mail out the build
output using existing tag libraries?

If you've already answered this kind of question thousand times, please
point me to an older answer :)

regards,
Tobias


-
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]