Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 92581 invoked from network); 9 Jan 2004 10:16:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Jan 2004 10:16:00 -0000 Received: (qmail 68656 invoked by uid 500); 9 Jan 2004 10:15:25 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 68609 invoked by uid 500); 9 Jan 2004 10:15:25 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 68528 invoked from network); 9 Jan 2004 10:15:24 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 9 Jan 2004 10:15:24 -0000 Received: (qmail 19034 invoked by uid 65534); 9 Jan 2004 10:15:37 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp010) with SMTP; 09 Jan 2004 11:15:37 +0100 X-Authenticated: #3483660 Message-ID: <3FFE7F81.8010002@gmx.de> Date: Fri, 09 Jan 2004 11:16:33 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Build broken? References: <34512.10.0.0.5.1073631921.squirrel@ags01.agsoftware.dnsalias.com> <3FFE7D69.70207@gmx.de> In-Reply-To: <3FFE7D69.70207@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I should have done it before ... On 09.01.2004 11:07, Joerg Heinicke wrote: > Hello Antonio, > > the bad parts in the build are: ... > docs-build.xml, line 3 > > depends="blocks"> > > You seem to have set an additional property exclude.documentation, which > is not part of standard build.properties. Only if I add this property I > can recreate you failing build. Otherwise prepare-docs is always > executed (in dependency on validate-xdocs) and validate-xdocs does not > fail. I grepped for "exclude.documentation" and it was indeed recently added to build.properties. When writing the first mail I only had a look into my local.build.properties which is not uptodate. So you either have to exclude documentation and validate xdocs from build or include both - or fix the build :) Joerg