Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 17496 invoked from network); 7 Feb 2004 20:10:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Feb 2004 20:10:26 -0000 Received: (qmail 41726 invoked by uid 500); 7 Feb 2004 20:10:16 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 41646 invoked by uid 500); 7 Feb 2004 20:10:15 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Directory Developers List" Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 41620 invoked from network); 7 Feb 2004 20:10:15 -0000 Received: from unknown (HELO hume.tsdinc.steitz.com) (209.249.229.10) by daedalus.apache.org with SMTP; 7 Feb 2004 20:10:15 -0000 content-class: urn:content-classes:message Received: from Lavoie.tsdinc.steitz.com ([209.249.229.4]) by hume.tsdinc.steitz.com with Microsoft SMTPSVC(5.0.2195.6713); Sat, 7 Feb 2004 15:10:14 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Received: from steitz.com ([130.13.97.180]) by Lavoie.tsdinc.steitz.com with Microsoft SMTPSVC(5.0.2195.6713); Sat, 7 Feb 2004 15:10:14 -0500 Message-ID: <40254618.1080806@steitz.com> Date: Sat, 07 Feb 2004 13:10:00 -0700 From: "Phil Steitz" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Subject: [site] jsl path Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Feb 2004 20:10:14.0395 (UTC) FILETIME=[65C81CB0:01C3EDB6] 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 had to make the change below to get maven site generation to work on Linux with Maven 1.0-rc1. Can someone try this on Windows so I can commit the change? Index: project.properties =================================================================== --- project.properties (revision 6558) +++ project.properties (working copy) @@ -2,4 +2,4 @@ maven.ui.banner.background=#FFFFFF maven.xdoc.includeProjectDocumentation=no maven.xdoc.poweredby.image= -maven.xdoc.jsl = file:/${basedir}/src/etc/site.jsl +maven.xdoc.jsl = file:${basedir}/src/etc/site.jsl thx, Phil