Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11126 invoked from network); 23 Oct 2009 11:58:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 11:58:18 -0000 Received: (qmail 61300 invoked by uid 500); 23 Oct 2009 11:58:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61238 invoked by uid 500); 23 Oct 2009 11:58:16 -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 61228 invoked by uid 99); 23 Oct 2009 11:58:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 11:58:16 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 23 Oct 2009 11:58:13 +0000 Received: (qmail 1182 invoked by uid 0); 23 Oct 2009 11:57:51 -0000 Received: from 38.100.172.132 by www143.gmx.net with HTTP; Fri, 23 Oct 2009 13:57:49 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Fri, 23 Oct 2009 13:57:50 +0200 From: "Antoine Levy-Lambert" In-Reply-To: <26010023.post@talk.nabble.com> Message-ID: <20091023115750.46680@gmx.net> MIME-Version: 1.0 References: <26010023.post@talk.nabble.com> Subject: Re: global setttings for fileset to be case insenstive To: "Ant Users List" X-Authenticated: #22961642 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX1+UHbdzAAGUFd+603ectAUY1SacYUlkQwSRKr2VZR CDKIUcoaSjZDO8WAIji3f9jSw/rw184KeiUw== Content-Transfer-Encoding: 7bit X-GMX-UID: W+uIJU4qMydhbL0INGtlZ8VjaGRhZlo5 X-FuHaFi: 0.5 Hello Raja, with presetdef it is possible to feed default attributes and default nested elements to tasks. Does it work for types too ? here a try : ${toString:myfileset} and here is the output : Buildfile: doit.xml Trying to override old definition of datatype fileset [mkdir] Created dir: c:\dev\ABC [touch] Creating c:\dev\ABC\dummy.txt [echo] ABC\dummy.txt BUILD SUCCESSFUL Total time: 0 seconds So it looks like some of what you want to achieve can be done using presetdef. What I do not know, you would need to try, is whether this works for all usages of fileset. For instance filesets which are nested inside the task do define sources to compile ... Not sure. Regards, Antoine -------- Original-Nachricht -------- > Datum: Thu, 22 Oct 2009 06:35:47 -0700 (PDT) > Von: Raja Nagendra Kumar > An: user@ant.apache.org > Betreff: global setttings for fileset to be case insenstive > > Hi, > > Is it possible to make fileset casesenstive="no" by default. > This should be globally true for all the fileset where ever it is used. > Like the default excludes, does it have default cases senstive settings. > Quick code look at fileset says no.. > > Regards, > Nagendra > www.tejasoft.com > > > -- > View this message in context: > http://www.nabble.com/global-setttings-for-fileset-to-be-case-insenstive-tp26010023p26010023.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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