Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 15190 invoked from network); 1 Sep 2003 12:40:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 12:40:21 -0000 Received: (qmail 47543 invoked by uid 500); 1 Sep 2003 12:40:00 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 47508 invoked by uid 500); 1 Sep 2003 12:39:59 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 47478 invoked from network); 1 Sep 2003 12:39:59 -0000 Received: from unknown (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 1 Sep 2003 12:39:59 -0000 Received: from DJ0X820J (p5080ee73.dip0.t-ipconnect.de [80.128.238.115]) by relay.t-online-com.de (SMTPSVC(1.0.0.2)) with ESMTP id 8902814CAA2 for ; Mon, 1 Sep 2003 14:05:03 +0200 (CEST) Message-ID: <014b01c37081$fd8d8bf0$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" References: <62D73DD5B95CE14084EC17103E347B7001DCFF00@esebe014.ntc.nokia.com> Subject: Re: how to exclude a file from directory Date: Mon, 1 Sep 2003 14:10:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Laxma, Patrick is right in saying that the fileset that you define is not used in your build file. Concerning the elements of your source path, I have the following suggestions : <--! instead of ${oclient_root}/com --> <--! instead of ${utilities_root}/src/com" --> <--! instead of ${utilities_root}/${platform_root}/src/com/nokia/configurator/optimizer/plat form/pfiif;" --> <--! instead of ${pfutil_root}/src/com --> Your source directories should always be the ones containing the com subdir. Then, nesting in your javac task To: Cc: Sent: Monday, September 01, 2003 1:53 PM Subject: RE: how to exclude a file from directory Hi Patrick, I already tried that.It doesn't work. br, -----Original Message----- From: ext Patrick Viswanathan [mailto:patrick.viswanathan@wipro.com] Sent: 01 September, 2003 14:47 To: Nandikonda Laxma (NET-OSS/Espoo) Subject: RE: how to exclude a file from directory The tag you have used doesn't form the task of any operation.It will not get executed. Put under javac task. Regards, Patrick -----Original Message----- From: Laxma.Nandikonda@nokia.com [mailto:Laxma.Nandikonda@nokia.com] Sent: Monday, September 01, 2003 4:54 PM To: user@ant.apache.org Subject: RE: how to exclude a file from directory Hi friends, I tried all the options replied to me and still can't exclude AntennaModelTool.java file from compilation. Please, can some one tell me what's wrong with this file.I just want to exclude this file from compilation. ------------------------------------------------------------------------ Build file for Client. * Compiles * Jars * Distributes ---------------------------------------------------------------------------- ----------- Thanks.. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. *************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org