Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 41640 invoked from network); 4 Feb 2006 00:19:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Feb 2006 00:19:35 -0000 Received: (qmail 81613 invoked by uid 500); 4 Feb 2006 00:19:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 81577 invoked by uid 500); 4 Feb 2006 00:19:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 81566 invoked by uid 99); 4 Feb 2006 00:19:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 16:19:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [203.59.1.198] (HELO mail-ihug.icp-qv1-irony4.iinet.net.au) (203.59.1.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 16:19:31 -0800 Received: from 203-217-52-39.dyn.iinet.net.au (HELO [172.16.237.15]) ([203.217.52.39]) by mail-ihug.icp-qv1-irony4.iinet.net.au with ESMTP; 04 Feb 2006 08:19:08 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== Message-ID: <43E3F2F4.6060401@apache.org> Date: Sat, 04 Feb 2006 11:19:00 +1100 From: Brett Porter User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [site] problem maven site'ing References: <31cc37360602030717k769d89c7y6203e6ec10cf43bd@mail.gmail.com> <43E39C1B.6070709@apache.org> <31cc37360602031310qddcbeb2m9c8489c4bb3f5226@mail.gmail.com> <43E3D8F4.10601@apache.org> <43E3F019.2040108@apache.org> In-Reply-To: <43E3F019.2040108@apache.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That happens when your PATH points to a different installation than MAVEN_HOME. - Brett Dennis Lundberg wrote: > I'm using JDK 1.4 on Windows and I got this error when I tried to run > Maven 1.1-beta-2: > > javax.xml.parsers.FactoryConfigurationError: Provider > org.apache.xerces.jaxp.SAXParserFactoryImpl not found > > So I copied maven-1.0.2/lib/endorsed to maven-1.1-beta-2, which made > Maven 1.1 start ok. > > After that, running "maven site" on commons-lang using Maven 1.1-beta-2 > worked successfully. > > Running "maven site" on commons-lang using Maven 1.0.2 works fine, > without modifications. > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org