From dev-return-84706-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue Nov 17 04:52:26 2009 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 2138 invoked from network); 17 Nov 2009 04:52:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Nov 2009 04:52:26 -0000 Received: (qmail 8951 invoked by uid 500); 17 Nov 2009 04:52:25 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 8831 invoked by uid 500); 17 Nov 2009 04:52:24 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 8816 invoked by uid 99); 17 Nov 2009 04:52:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 04:52:24 +0000 X-ASF-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 04:52:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 8701140E0005 for ; Tue, 17 Nov 2009 05:52:00 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80hJMRDdB9+N for ; Tue, 17 Nov 2009 05:51:59 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id D394440E0004; Tue, 17 Nov 2009 05:51:59 +0100 (CET) From: Stefan Bodewig To: dev@ant.apache.org Subject: Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml References: <20091116162224.0C79523889E0@eris.apache.org> <87k4xq2xq9.fsf@v35516.1blu.de> X-Draft-From: ("nnfolder:mail.jakarta-ant" 96680) Date: Tue, 17 Nov 2009 05:51:59 +0100 In-Reply-To: (Matt Benson's message of "Mon, 16 Nov 2009 11:25:37 -0600") Message-ID: <87vdh9ah3k.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2009-11-16, Matt Benson wrote: > *I* still don't know how to re-generate the site. :/ The hardest part used to be getting a working Anakia[1] installation. I see there is a binary release available now, even if the Anakia homepage says otherwise[2]. I have never tried that but use a checked out svn tree of the ASF site myself, but let's assume it somehow gives you a directory of jars in ANAKIA somewhere. In Ant's top level directory there is a docs.xml build file, run Ant on it providing the path to ANAKIA as property site.dir (the build file expects the jars to be in ANAKIA/lib), i.e. ant -f docs.xml -Dsite.dir=ANAKIA After that the pages in docs/ should be up-to-date and need to be committed. Since I don't remember whether there is a cron job updating the site I usually log in to people.apache.org and run svn up in /www/ant.apache.org/ (make sure your umask is 002 before you do that so the pages remain group writable). Stefan [1] http://velocity.apache.org/anakia/releases/anakia-1.0/ [2] http://velocity.apache.org/download.cgi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org