Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 75623 invoked from network); 2 Sep 2003 15:22:56 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Sep 2003 15:22:56 -0000 Received: (qmail 89626 invoked by uid 500); 2 Sep 2003 15:22:26 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 89554 invoked by uid 500); 2 Sep 2003 15:22:26 -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 89530 invoked from network); 2 Sep 2003 15:22:25 -0000 Received: from unknown (HELO web20405.mail.yahoo.com) (66.163.169.93) by daedalus.apache.org with SMTP; 2 Sep 2003 15:22:25 -0000 Message-ID: <20030902152216.99058.qmail@web20405.mail.yahoo.com> Received: from [208.128.243.250] by web20405.mail.yahoo.com via HTTP; Tue, 02 Sep 2003 08:22:16 PDT Date: Tue, 2 Sep 2003 08:22:16 -0700 (PDT) From: Matt Benson Subject: RE: how to exclude a file from directory To: Ant Users List In-Reply-To: <62D73DD5B95CE14084EC17103E347B7001DCFEFF@esebe014.ntc.nokia.com> 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: minotaur-2.apache.org 1.6.2 0/1000/N The responses that your fileset was not being used were correct. In addition to this, I find your definition of the property compile_classpath very "uncomfortable." This may be getting set the way you desire but I would be extremely wary here. You may want to view this with debug output if you continue to have bad results. I would imagine it to be far more common to define paths using nested elements if they are longer than what would fit comfortably on a single line (see path-like structures documentation in Concepts and Types in the Ant manual). -Matt --- Laxma.Nandikonda@nokia.com wrote: > > > -----Original Message----- > From: Nandikonda Laxma (NET-OSS/Espoo) > Sent: 01 September, 2003 14:24 > To: 'Ant Users List' > 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. > > And here is my build.xml file > > ------------------------------------------------------------------------ > > > > Build file for Client. > * Compiles > * Jars > * Distributes > > > /> > > /> > value="../optimizer_misc" /> > value="../j2se/lib/xerces" /> > value="../optimizer_Oclient/src" /> > value="../optimizer1_0_env/instdir" /> > > value="../optimiser_Utilities/" /> > value="utilities.jar" /> > value="../optimizer_Platform/" /> > value="platform_irp.jar" /> > value="../optimizer_PlatformUtilities/" /> > > > "${src1}/nokia/configurator/optimizer/oclient/antpml" > > > name="**/antpml/AntennaModelTool.java"/> > > > > > location="${oclient_root}/com "/> > location="${utilities_root}/src/com"/> > location="${platform_root}/src/com/nokia/configurator/optimizer/platform/pfiif;"/> > location="${pfutil_root}/src/com"/> > location="../optimizer_RasterCalc/src"/> > location="../optimizer_AdjacencyManagement/src"/> > location="../optimizer_CalculationFramework/src "/> > > > > > > > > > > > > > > > > > > > > description="compile the source " > > > > > > deprecation="${compile.deprecation}" > optimize="${compile.optimize}" > > srcdir="${src1}:${src2}:${src3}:${src4}:${src5}:${src6}:${src7}" > destdir="${build}" > classpath="${compile_classpath}" > fork="true" > memoryMaximumSize="256m"/> > > > > > --------------------------------------------------------------------------------------- > > Thanks.. > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org