Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 35600 invoked from network); 2 Aug 2006 05:53:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 05:53:39 -0000 Received: (qmail 44325 invoked by uid 500); 2 Aug 2006 05:53:39 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 44283 invoked by uid 500); 2 Aug 2006 05:53:39 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 44265 invoked by uid 99); 2 Aug 2006 05:53:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 22:53:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 22:53:37 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id k725rHHm017788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 2 Aug 2006 00:53:17 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k725rGao017708 for dev@forrest.apache.org; Wed, 2 Aug 2006 00:53:16 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 2 Aug 2006 15:53:10 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: [jira] Commented: (FOR-912) Validation is failing for glossary documents Message-ID: <20060802055310.GF239@igg.indexgeo.com.au> References: <26371819.1154465597134.JavaMail.jira@brutus> <15217836.1154466914312.JavaMail.jira@brutus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15217836.1154466914312.JavaMail.jira@brutus> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thorsten Scherler (JIRA) wrote: > > Thorsten Scherler commented on FOR-912: > --------------------------------------- > > cd org.apache.forrest.plugin.input.glossary > ant deploy-docs > ... > validate-xdocs: > Warning: catalogpath listing external catalogs will be ignored That warning means that it is using a system Ant that does not include the catalog entity resolver. Instead use ... $FORREST_HOME/tools/ant/bin/ant deploy-docs as declared in http://forrest.apache.org/docs/dev/howto/howto-buildPlugin.html#ant -David > BUILD FAILED > /home/thorsten/src/apache/forrest/trunk/plugins/build.xml:356: Following error occured while executing this line > /home/thorsten/src/apache/forrest/trunk/main/targets/validate.xml:146: Could not validate document /home/thorsten/src/apache/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml > > > Doing the validation with > forrest validate-xdocs > gives BUILD SUCCESSFUL > > It seems that the invokation of ant deploy-docs is loosing something. Now turning to /home/thorsten/src/apache/forrest/trunk/main/targets/validate.xml:146 > > > Validation is failing for glossary documents > > -------------------------------------------- > > > > Key: FOR-912 > > URL: http://issues.apache.org/jira/browse/FOR-912 > > Project: Forrest > > Issue Type: Bug > > Components: Dispatcher (aka views), Plugin: input.glossary > > Reporter: Thorsten Scherler > > > > Trying to deploy the docs for the dispatcher, I get > > BUILD FAILED > > /home/thorsten/src/apache/forrest/trunk/plugins/build.xml:356: Following error occured while executing this line > > /home/thorsten/src/apache/forrest/trunk/main/targets/validate.xml:146: Could not validate document /home/thorsten/src/apache/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml