Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 93928 invoked from network); 1 Oct 2007 11:36:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2007 11:36:53 -0000 Received: (qmail 91216 invoked by uid 500); 1 Oct 2007 11:36:43 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 91198 invoked by uid 500); 1 Oct 2007 11:36:43 -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 91187 invoked by uid 99); 1 Oct 2007 11:36:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 04:36:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stojcevicht@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 11:36:44 +0000 Received: by an-out-0708.google.com with SMTP id d30so518737and for ; Mon, 01 Oct 2007 04:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=aL5ZtktiMz2qemAESnWMbIcD/tanFzDJ7AKgMzwBXz8=; b=BJmNf9EKFcXsefZCFbVJFvH1Hoj2elcYV9OE5G7tTVzW8Us+cqkE7qrn/0InD2lcnIvPqb8A17to1gFUsoiYe96pIhmIgLmCYDSjrOFTiEVO2WJjGa9S+KJKvVSymRaNyW/0sooJnFcJGLSSYm7DX+yWG/BhHmmc9VWS7noOFO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Gw6EM08HcFjHCHP3CaaS+oqZpm/hGAYwZUDqzolZiS1xeKYxywKhdoimmddoWzgZMvAFaZSRxyOD2v5NVLKP8tCY0dzvEnpyYLFnrja6JTycjpKZGlDHGCYDJFQ8ki1sO7xFihSVa1OyHV81/jtzZ6I8eCTHNC1b3QrcXRBjbrk= Received: by 10.115.92.2 with SMTP id u2mr396279wal.1191238583201; Mon, 01 Oct 2007 04:36:23 -0700 (PDT) Received: by 10.114.94.8 with HTTP; Mon, 1 Oct 2007 04:36:23 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 07:36:23 -0400 From: "Tomislav Stojcevich" To: continuum-dev@maven.apache.org Subject: CONTINUUM-310 - customizable email templates MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org This was marked closed, should it have been? I still see no way of allowing the user to customize the content of the email body. Right now the velocity templates are part of the continuum-core project and are buried inside the core.jar so it's not easy for the users to edit the template. What does everybody think about adding a step to the continuum-webapp project that extracts the templates from the continuum-core.jar and puts a copy of them in the WEB-INF/classes directory. When the mail notifier loads the templates it should find the ones in the WEB-INF/classes before the ones in the jar and run with those. That way the users can edit them and customize them any way they want. -- tom