Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 79558 invoked from network); 29 Sep 2005 07:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 07:34:37 -0000 Received: (qmail 84815 invoked by uid 500); 29 Sep 2005 07:34:37 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 84799 invoked by uid 500); 29 Sep 2005 07:34:36 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 84786 invoked by uid 99); 29 Sep 2005 07:34:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 00:34:36 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 00:34:42 -0700 Received: (qmail 22443 invoked by uid 89); 29 Sep 2005 07:34:15 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 29 Sep 2005 07:34:15 -0000 Message-ID: <198418.1127979255227.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 29 Sep 2005 02:34:15 -0500 (CDT) From: "Brett Porter (JIRA)" To: continuum-dev@maven.apache.org Subject: [jira] Updated: (CONTINUUM-34) Keep trying till build works, notify via email what is required Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/CONTINUUM-34?page=all ] Brett Porter updated CONTINUUM-34: ---------------------------------- Fix Version: (was: 1.0) 1.1-alpha-1 > Keep trying till build works, notify via email what is required > --------------------------------------------------------------- > > Key: CONTINUUM-34 > URL: http://jira.codehaus.org/browse/CONTINUUM-34 > Project: Continuum > Type: Wish > Reporter: David Blevins > Priority: Minor > Fix For: 1.1-alpha-1 > > > I don't know if this is relevant to continuum's style of building, but.... > I have a script that scm updates then builds an m1 project with the default, i.e. using just 'maven' with no goals supplied. This works the majority of time, but every once in a while someone refactors something and i need to do a clean build to really get everything to build. > The idea: > Have the concept of escalating the depth of the build till it works (or until you've tried everything). If you find one that works send an email that lists the exact steps (or maven command) required to get your build to work again. > Example scenario 1: > $ cvs update -dP > $ maven > .... > BUILD FAILED > > $ maven clean default > .... > BUILD SUCCESSFUL > (email sent suggesting people do a 'maven clean default' after updating) > Example scenario 2: > $ cvs update -dP > $ maven > .... > BUILD FAILED > > $ maven clean default > .... > BUILD FAILED > $ cvs co alanparsons > $ cd alanparsons > $ maven > .... > BUILD SUCCESSFUL > (email sent suggesting people get a clean checkout of the alanparsons project before attempting to build) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira