From continuum-dev-return-6370-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Tue Oct 02 16:42:29 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 69883 invoked from network); 2 Oct 2007 16:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 16:42:28 -0000 Received: (qmail 76636 invoked by uid 500); 2 Oct 2007 16:42:17 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 76610 invoked by uid 500); 2 Oct 2007 16:42:17 -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 76599 invoked by uid 99); 2 Oct 2007 16:42:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 09:42:17 -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 wsmoak@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 16:42:19 +0000 Received: by wr-out-0506.google.com with SMTP id c57so2606670wra for ; Tue, 02 Oct 2007 09:41:58 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oEzYrfZeVQ2j3RzY+I7XdY0SPNA9I09DvV1JY22ww8A=; b=gqyN44qcHzR1X0VkdbBidWVbOtw8KSp4e/Tv+jmn88aO2pwQYRB+bJyoJTSFW8BfrLILHAR/ZeYWYf2glprqC9KXd/z3i/Adm5rEGjZODY1rqUbWTgrVNofzITMkKzEWgaXir7SjU8aPPu99CyxdbhTf+mdLbyDImPiPOFevEYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FpGW3cL0/+7oho7rweWUThXUEBM7YYS9esdLSPqKdndkVaY1KM8fSs0PI16k9bTyLmW+nHG7N5dgm9Ed8LvrJW+Yv692ytOrODxV89XX74tR5R8NBdQQsdyc9MGvuIZ7xi5/mW0W+O2JNv75lwj5xnwLrsgrGTfvpafEc8yAYwk= Received: by 10.90.80.8 with SMTP id d8mr602413agb.1191343318124; Tue, 02 Oct 2007 09:41:58 -0700 (PDT) Received: by 10.90.120.14 with HTTP; Tue, 2 Oct 2007 09:41:58 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 09:41:58 -0700 From: "Wendy Smoak" To: continuum-dev@maven.apache.org Subject: Re: CONTINUUM-310 - customizable email templates In-Reply-To: <470257E0.20804@venisse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4701A711.8050007@apache.org> <4701EEC1.3070401@venisse.net> <47023338.2080008@venisse.net> <47024D10.8050002@apache.org> <47025327.9020101@apache.org> <470257E0.20804@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org On 10/2/07, Emmanuel Venisse wrote: > We can't move all in the db because schema updates can be a pain. > In 1.2 all the conf, actually written in application.xml, will be move to an external file. This file will can be stored in ${user.home} so each installs will can use it like it is done in > archiva-configuration. ... or $CONTINUUM_HOME/conf, I assume? Rahul, not sure if that was meant for me, but I'm not in favor of putting either the configuration or the email templates in the database. Plain text rules. :) Assuming they are loaded from the classpath, then the path/package/filename goes in continuum.xml, and the files themselves go somewhere that they end up on the classpath. -- Wendy