Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 45254 invoked from network); 9 Jun 2008 18:42:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 18:42:05 -0000 Received: (qmail 95303 invoked by uid 500); 9 Jun 2008 18:42:08 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 95292 invoked by uid 500); 9 Jun 2008 18:42:08 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 95281 invoked by uid 99); 9 Jun 2008 18:42:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 11:42:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 18:41:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED2BF234C136 for ; Mon, 9 Jun 2008 11:41:44 -0700 (PDT) Message-ID: <1878439407.1213036904970.JavaMail.jira@brutus> Date: Mon, 9 Jun 2008 11:41:44 -0700 (PDT) From: "Christian Helmbold (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-287) Templates outside the application directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Templates outside the application directory ------------------------------------------- Key: JSPWIKI-287 URL: https://issues.apache.org/jira/browse/JSPWIKI-287 Project: JSPWiki Issue Type: Improvement Reporter: Christian Helmbold It should be possible to install templates outside the application direcory. Thus the variable "jspwiki.templateDir" in jspwiki.properties should accept paths. Example: jspwiki.templateDir = /opt/myTemplate This would make updates more convienent. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.