Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 75975 invoked from network); 28 Feb 2005 02:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Feb 2005 02:05:52 -0000 Received: (qmail 7294 invoked by uid 500); 28 Feb 2005 02:05:52 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 7243 invoked by uid 500); 28 Feb 2005 02:05:51 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 7226 invoked by uid 99); 28 Feb 2005 02:05:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ns3.wkwyw.net (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 27 Feb 2005 18:05:51 -0800 Received: (qmail 17501 invoked from network); 28 Feb 2005 02:05:48 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.4?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 28 Feb 2005 02:05:48 -0000 Received: from 127.0.0.1 (AVG SMTP 7.0.300 [266.4.0]); Mon, 28 Feb 2005 02:05:37 +0000 Message-ID: <42227C70.5030205@apache.org> Date: Mon, 28 Feb 2005 02:05:36 +0000 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Adding DTD's to the catalog Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I need to add some documents that use a custom DTD to my project. As per the instructions at http://forrest.apache.org/docs/validation.html#catalog I have placed my DTD's in src/documentation/resources/schema and have a new project.xcat file (in the same directory). If I run "forrest validate" all my docs are validated, however if I run "forrest site" the files with the new DTD's fail because Forrest is trying to download the schema from the web (and they are not there, only local). Any ideas? Ross