Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 674 invoked from network); 28 Nov 2006 15:32:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 15:32:13 -0000 Received: (qmail 6764 invoked by uid 500); 28 Nov 2006 15:32:21 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 6759 invoked by uid 500); 28 Nov 2006 15:32:21 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 6750 invoked by uid 99); 28 Nov 2006 15:32:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 07:32:21 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of michael.neale@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2006 07:32:09 -0800 Received: by wr-out-0506.google.com with SMTP id i22so433133wra for ; Tue, 28 Nov 2006 07:31:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LTgWGA+Dj85j4vCJjS4K2BsW5/Ad1W9n9cO8w4MwALHVp8pmDkNAo5SP65RaADaNxLTLI+Hz9Zj74d0tYW9n/Qffbq7sdcdHHVXqXeK3MHlFp6knAt8kCr4SfuDBdGzskNZ1TUQunpN/H5XwIgLWoTd6uqX+zUDqOl4mjYglxns= Received: by 10.90.115.9 with SMTP id n9mr846075agc.1164727907704; Tue, 28 Nov 2006 07:31:47 -0800 (PST) Received: by 10.90.31.1 with HTTP; Tue, 28 Nov 2006 07:31:47 -0800 (PST) Message-ID: <96ab3ced0611280731p4206f80cmaeb045e0e994c337@mail.gmail.com> Date: Tue, 28 Nov 2006 15:31:47 +0000 From: "Michael Neale" To: users@jackrabbit.apache.org Subject: Xerces missing from the 1.1 pom.xml MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15921_33226702.1164727907481" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15921_33226702.1164727907481 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all. I have just cut over to 1.1 with maven, (as its in ibiblio now), however, the 1.1 pom.xml does not specify Xerces as a dependency: http://www.ibiblio.org/maven2/org/apache/jackrabbit/jackrabbit-core/1.1/jackrabbit-core-1.1.pom where as 1.0.1 did: http://www.ibiblio.org/maven2/org/apache/jackrabbit/jackrabbit-core/1.0.1/jackrabbit-core-1.0.1.pom I am getting an error on importXML where it can't (obviously) find the one of the xerces SAXParser. Am I missing something or is this a oversight in the maven2 pom.xml? Michael. ------=_Part_15921_33226702.1164727907481--