Return-Path: Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 63540 invoked from network); 28 May 2002 11:49:13 -0000 Received: from eos.telenet-ops.be (195.130.132.40) by daedalus.apache.org with SMTP; 28 May 2002 11:49:13 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 70FE020484 for ; Tue, 28 May 2002 13:49:13 +0200 (CEST) Received: from elisabeth (D5E00A1B.kabel.telenet.be [213.224.10.27]) by eos.telenet-ops.be (Postfix) with SMTP id 16F7220481 for ; Tue, 28 May 2002 13:49:13 +0200 (CEST) From: "Steven Noels" To: Subject: RE: [HEADS UP] Forrest is running :-) Date: Tue, 28 May 2002 13:49:13 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <001d01c2063b$f45a7040$670004c0@PC103> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Nicola Ken Barozzi [mailto:nicolaken@apache.org] > Forrest is Running!!! :-D > > Steven and I have been working these days to set up Forrest > automated runs > on a server he has kindly offered for this. Providing hardware without Nicola's hard work actually making use of it wouldn't have made any difference. So thumbs up to you, Nicola! > Currently, the site gets updated every hour and the result is > published at: > http://www.krysalis.org/forrest/ > On the bottom of the pages there is a "Last Published" that > tells you when > the site was regenerated. > > The script that is run by cron is: > > #!/bin/sh > export DISPLAY=:1 > export JAVA_HOME=/usr/java/jdk1.3.1_02 > cd /home/forrestbot/xml-forrest > cvs update -d > ./build.sh docs > ./build.sh deploysite > > As you see, all is done by Ant. > > Now we need to: > 1. get the Forrest site published on xml.apache.org site, by > committing it > to the site cvs > -> I'm working on this > > 2. running Forrest also on other projects. > -> I'm working on this, I need to modularize the build to be > able to specify > other properties > -> Is the forrest descriptor format Steven submitted ok? Can > someone commit > a version that contains the relevant information for Forrest > and Xml.Apache? I will tonight - but I'm kind of stunned with the amount of feedback I received on my descriptor format proposal... or was it that good? :-s > 3. switching xml-site over to the Forrest file format. Since > there is a > xml.apache skin we can use that till we are happy with our > new Forrest skin. > -> it would be cool if someone wrote a target to transform a > old DocumentDTD > xdocs to the new one automatically. Any takers? I'll do the XSLT, the target is up to Anters amongst us ;-)