Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 38137 invoked from network); 5 Jan 2006 12:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 12:22:23 -0000 Received: (qmail 9271 invoked by uid 500); 5 Jan 2006 12:22:21 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 9247 invoked by uid 500); 5 Jan 2006 12:22:20 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Delivered-To: moderator for continuum-users@maven.apache.org Received: (qmail 1998 invoked by uid 99); 5 Jan 2006 12:15:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bherrmann7@gmail.com designates 64.233.184.193 as permitted sender) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references; b=i+S13U4tn7263m3QW3Y/6wsTCpatzEHObwi1PNEpqwOUkkrz/C8gH7CUgYPZVHyca0WaltqZeHTevIuDSuMOwIwicUaPj4X5obMd/e2mysi4rFl5ySExMONRq7Pd4f9uTZLSptLvKDLkQZ5abarj69klgOs8MpJgGcMdholpQMM= Message-ID: <7dc439550601050415o714ffcc9yb7e71f6ea8bf3391@mail.gmail.com> Date: Thu, 5 Jan 2006 07:15:14 -0500 From: Bob Herrrmann Sender: bherrmann7@gmail.com To: continuum-users@maven.apache.org Subject: Re: Custom Notifier In-Reply-To: <43BCDEFD.5010009@venisse.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7731_17116912.1136463314919" References: <7dc439550601041922i561d9b11x43962acd83349e2e@mail.gmail.com> <43BCDEFD.5010009@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_7731_17116912.1136463314919 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline True, Use the Source Luke :-) Thanks, I will do that. On 1/5/06, Emmanuel Venisse wrote: > > You can look at continuum-notifier-mail > > Emmanuel > > Bob Herrrmann a =E9crit : > > I would like to use my own Custom Notifier for sending email. Our > > build/test process generates 10mb of output (we have a fairly large > project > > with over 3000 tests.) I would like to write a customer Notifier > which > > summarizes this output to just a few lines (usually we are only > interested > > in what changed and what broke - failing tests.) Is there an obvious > way > > to do this? > > > > A crude way would be to email the output to a email address that pipes > the > > email into a shell script which uses java or sed or grep or something t= o > > respin the email. It could then forward the resulting message to the > proper > > people, I was hoping for something like plugging in a new class or some > > such. > > > > Thanks > > -bob > > > > ------=_Part_7731_17116912.1136463314919--