Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 65682 invoked from network); 29 Dec 2004 13:46:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Dec 2004 13:46:00 -0000 Received: (qmail 74181 invoked by uid 500); 29 Dec 2004 13:45:57 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 74146 invoked by uid 500); 29 Dec 2004 13:45:56 -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 Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 74132 invoked by uid 99); 29 Dec 2004 13:45:56 -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 www2.kc.aoindustries.com (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Dec 2004 05:45:53 -0800 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id iBTDjodw015556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Dec 2004 07:45:50 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9/Submit) id iBTDjowd015525 for dev@forrest.apache.org; Wed, 29 Dec 2004 07:45:50 -0600 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 30 Dec 2004 00:45:42 +1100 From: David Crossley To: dev@forrest.apache.org Subject: strange error looking for skins in wrong place Message-ID: <20041229134542.GA5906@igg.indexgeo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Trying to upgrade the Cocoon-2.2 build system to use forrest_06_branch. Doing 'forrest' at the top-level, i.e. not bothering with their 'build docs' at this stage. When Forrest's cocoon runs, it gives this one-line error message: ------ X [0] linkmap.html BROKEN: /svn/asf/cocoon/src/documentation/skins/pelt/xslt/html/site2xhtml.xsl (No such file or directory) Total time: 0 minutes 2 seconds, Site size: 0 Site pages: 0 BUILD FAILED /svn/asf/forrest_06_branch/src/core/targets/site.xml:43: Java returned: 1 ------ So it is trying to find the Forrest skins relative to the Cocoon project content directory. Any idea what is wrong? --David