Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 23368 invoked by uid 500); 20 Feb 2003 14:35:51 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 23197 invoked from network); 20 Feb 2003 14:35:50 -0000 Received: from main.gmane.org (80.91.224.249) by daedalus.apache.org with SMTP; 20 Feb 2003 14:35:50 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18lrnZ-0004ab-00 for ; Thu, 20 Feb 2003 15:35:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@avalon.apache.org Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18lrnY-0004aH-00 for ; Thu, 20 Feb 2003 15:35:40 +0100 From: Leo Simons Subject: forrestizing excalibur Date: Thu, 20 Feb 2003 15:37:14 +0100 Lines: 220 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070803060706070801020004" X-Complaints-To: usenet@main.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------070803060706070801020004 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit got halfway or so. Need to attend to other stuff now, so not finished. Attached are the files I used. These commands to the trick: export PRJ=monitor; ant -buildfile cocoontoforrest.xml \ -Dproject=$PRJ; cd $PRJ; ant docs; # check result, fix any problems, commit cvs add src/xdocs/book.xml src/xdocs/tabs.xml; cvs remove \ -f src/xdocs/menu.xml; cvs commit -m 'forrestize' build.xml \ src/xdocs if anyone feels like finishing go ahead otherwise I will probably find time somewhere sometime :D cheers, - Leo --------------070803060706070801020004 Content-Type: text/xml; name="cocoontoforrest.xml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cocoontoforrest.xml" Updating ${dir} to forrest. Some work may beneccessary... please check. ${pattern} ${substitution} antfile="${basedir}/../cocoonbuild.xml" antfile="${basedir}/../forrestbuild.xml" --------------070803060706070801020004 Content-Type: text/xml; name="tabs.xml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tabs.xml" --------------070803060706070801020004 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org --------------070803060706070801020004--