Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 12619 invoked from network); 28 Feb 2006 14:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 14:09:47 -0000 Received: (qmail 69210 invoked by uid 500); 28 Feb 2006 14:00:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 69153 invoked by uid 500); 28 Feb 2006 14:00: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 69142 invoked by uid 99); 28 Feb 2006 14:00:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 06:00:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [134.96.188.26] (HELO mail.dfki.de) (134.96.188.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 06:00:30 -0800 Received: from mail.dfki.de (localhost.dfki.uni-sb.de [127.0.0.1]) by localhost (Postfix) with ESMTP id BD27CE495E for ; Tue, 28 Feb 2006 15:00:04 +0100 (CET) Received: from [127.0.0.1] (dave [134.96.184.220]) by mail.dfki.de (Postfix) with ESMTP id 30D95E494F for ; Tue, 28 Feb 2006 15:00:04 +0100 (CET) Message-ID: <44045762.9020702@activemath.org> Date: Tue, 28 Feb 2006 15:00:02 +0100 From: Paul Libbrecht Reply-To: paul@activemath.org User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [all] building the site? References: <4402D9DC.8090606@apache.org> <8a81b4af0602271457g11ac6e5cn9ca85be0c540b503@mail.gmail.com> <262c6c680602271536k2659092jb99c1c399a8ed704@mail.gmail.com> <262c6c680602271552t5266a27i1158789db1e98947@mail.gmail.com> <8a81b4af0602271846p247857aegdb68df0080ee00b6@mail.gmail.com> <262c6c680602280502j3fddf7cegedd61f6655891365@mail.gmail.com> In-Reply-To: <262c6c680602280502j3fddf7cegedd61f6655891365@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 You wouldn't need to read Xerces in any line... you just need to use an org.xml.sax.InputSource which has a properly set system-id. new InputSource(URL) or new InputSource(File) does make it for you. Generally such resolution error happen to be when an InputSource(InputStream) is used for which the parser has no way to resolve a relative file. Maybe that helps ? paul Arnaud HERITIER wrote: > Hi Phil, > > Yes, I'll try to find a solution to use maven 1.1 to build the commons. > I'll certainly need to readd xerces to the core :-( to allow you to use > XML entities. > > cheers > > arnaud > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org