Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 82290 invoked from network); 9 Jul 2008 07:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 07:14:10 -0000 Received: (qmail 84255 invoked by uid 500); 9 Jul 2008 07:14:06 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 84218 invoked by uid 500); 9 Jul 2008 07:14:06 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 84202 invoked by uid 99); 9 Jul 2008 07:14:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 00:14:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [129.184.85.11] (HELO odin2.bull.net) (129.184.85.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 07:13:11 +0000 Received: from fr-hub.frcl.bull.fr (fr-hub.frcl.bull.fr [129.184.87.22]) by odin2.bull.net (8.9.3/8.9.3) with ESMTP id JAA61038 for ; Wed, 9 Jul 2008 09:23:27 +0200 Received: from [129.184.13.106] ([211.101.34.19]) by bjn-001.bull.net (Lotus Domino Release 6.0.1) with ESMTP id 2008070915144731-1339 ; Wed, 9 Jul 2008 15:14:47 +0800 Message-ID: <4874647F.8060101@bull.net> Date: Wed, 09 Jul 2008 15:10:55 +0800 From: Olivier Gies Reply-To: olivier.gies@bull.net Organization: Bull Information Systems (Beijing) Co., Ltd. User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Ant Users List Subject: Re: Not reading from jar when unzipped it works... References: <18355630.post@talk.nabble.com> In-Reply-To: <18355630.post@talk.nabble.com> X-MIMETrack: Itemize by SMTP Server on BJN-001/CN/BULL(Release 6.0.1|February 07, 2003) at 07/09/2008 15:14:47, Serialize by Router on FR-HUB/FR/BULL(Release 5.0.11 |July 24, 2002) at 09/07/2008 09:12:16, Serialize complete at 09/07/2008 09:12:16 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org Hi, You should specify "includes" value relatively to the "dir" attribute of the , i.e.: Or also: BR, Olivier *Olivier Gies* *Delivery Manager Customs & Tax Software Engineering Center Bull, Architect of an Open World ^TM Phone: +86 (10) 65978001 - Ext 555 * *www.bull.com * *This e-mail contains material that is confidential for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.* -------- Original Message -------- Subject: Not reading from jar when unzipped it works... From: Aravind_RP To: user@ant.apache.org Date: 09/07/2008 15:03 > hi > Am using a 3rd party jar in my ant script for xml manipulation.the jar file > i placed in a folder in my workspace. > it is working if i unzip my jar and keep it but it is not working if i keep > the jar as such. my code is as below > > includes="${PROJECT_DIR}/ant/*.jar"/> > > > classpathref="lib.path" /> > > it says the class com.oopsconsultancy.xmltask.ant.XmlTask is not found. > please help urgent --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org