Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 86359 invoked from network); 5 Sep 2002 05:43:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Sep 2002 05:43:58 -0000 Received: (qmail 19503 invoked by uid 97); 5 Sep 2002 05:44:33 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 19487 invoked by uid 97); 5 Sep 2002 05:44:33 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 19475 invoked by uid 98); 5 Sep 2002 05:44:32 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: classpath insanity References: From: Stefan Bodewig Date: 05 Sep 2002 07:43:56 +0200 In-Reply-To: Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Wed, 4 Sep 2002, Guy McArthur wrote: > What is going on? I guess we are talking about Ant 1.5 here, yes? Ant already ships with Xerces 2.0.2 and xml-apis.jar from Apache xml-commons (which should be the same xml-apis.jar that ships with Xalan-J 2.2.0 and higher). Those are on the system classloader. The LinkageError probably occurs because your Xalan has been loaded by "your" classloader and tries to load a class from xml-apis or xerces - and is getting the one from the system classloader which is probably too new for your Xalan (as you use BSF, I guess it is Xalan-J 1.x). Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: