Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 11451 invoked from network); 11 Oct 2000 07:09:22 -0000 Received: from public.ndh.net (HELO public.ndh.com) (195.94.90.21) by locus.apache.org with SMTP; 11 Oct 2000 07:09:22 -0000 Received: from sbodewig.bost.de ([195.227.98.11]) by public.ndh.com (8.9.3/8.8.0) with ESMTP id JAA27728 for ; Wed, 11 Oct 2000 09:09:21 +0200 (MET DST) Received: (from bodewig@localhost) by sbodewig.bost.de (8.9.3/8.9.3) id JAA01993; Wed, 11 Oct 2000 09:09:21 +0200 X-Authentication-Warning: sbodewig.bost.de: bodewig set sender to bodewig@bost.de using -f To: ant-user@jakarta.apache.org Subject: Re: build.xml include problem References: From: Stefan Bodewig Date: 11 Oct 2000 09:09:21 +0200 In-Reply-To: Andy XueWen Qin's message of "Tue, 10 Oct 2000 15:28:16 -0700 (PDT)" Message-ID: Lines: 14 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N >>>>> "AXQ" == Andy XueWen Qin writes: AXQ> Thanks. Now the files can be included, but the Ant's can't find AXQ> JAXP compliant parser, the parser IS in the Classpath! The error message is wrong (every NoClassDefFoundError is translated to this message). You seem to have some strange mixture of Ant versions in your CLASSPATH, ExecuteStreamHandler is only available in Ant 1.2 (and should only be used by tasks in that version). Try to make sure there is only one Ant and CLASSPATH and $ANT_HOME/lib. Stefan