Re: includesfile in fileset is not respecting order

2011-02-03 Thread Stefan Bodewig
On 2011-02-03, kwooda wrote: > I am iterating over files listed in an includesfile file and they need > to be processed in the order that they are specified, but instead they > are being processed in alphanumeric order. Why is this sorting > occurring, and how do I get around it

includesfile in fileset is not respecting order

2011-02-03 Thread kwooda
I am iterating over files listed in an includesfile file and they need to be processed in the order that they are specified, but instead they are being processed in alphanumeric order. Why is this sorting occurring, and how do I get around it? For example

Re: Query regarding "includesfile"

2009-06-03 Thread Stefan Bodewig
On 2009-06-03, wrote: > I am facing issue with includesfile . > It is not accepting wild chars in path of file name. Your observation is correct, includesfile expects a plain file name and doesn't support wildcards. Right now I can't come up with any way to use an u

RE: Query regarding "includesfile"

2009-06-03 Thread Bhushan . Khardekar
It looks like I was not clear in explaining my issue. I am facing issue with includesfile . It is not accepting wild chars in path of file name. If I uses My-Deliverables\lib\mytech\files.txt then it works fine but when I use *\lib\mytech\files.txt it fails. Could you please suggest

RE: Query regarding "includesfile"

2009-06-03 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. > To: user@ant.apache.org > Subject: Query regarding "includesfile" > From: bhushan.kharde...@prudential.co.uk > Date: Wed, 3 Jun 2009 10:16:07 +0100 > > Hi , >

Query regarding "includesfile"

2009-06-03 Thread Bhushan . Khardekar
contains list of files names to be copied *\lib\mytech\test\*.* : test folder contains number of ear's to be copied The includesfile task in not recognizing the * character. If I uses My-Deliverables\lib\mytech\files.txt then it works fine but when I use pattern its considering * as s

includesfile problem

2008-08-01 Thread Florijan Stamenkovic
Hi all, My first post to this list, I hope I am not asking something already answered, but I could not google the result out. I'd like to define file sets based on entries in an includesfile, but modified. For example, I would need to have my includesfile contain: Directory1 Direc

Re: Strip directory from fileset includesfile jar location

2008-05-20 Thread Peter Reilly
>>> >>> >> basedir="${classes.dir}"> >>> >>> >>> >>> However, I have a log4j.properties file which is also located in this the >>> properties directory on my _file system_ but I want it in the root leve

Re: Strip directory from fileset includesfile jar location

2008-05-20 Thread Tom Corcoran
jar (so it can be found in the path) and not in the properties >> directory. how can I do that? >> -- >> View this message in context: >> http://www.nabble.com/Strip-directory-from-fileset-includesfile-jar-location-tp17322626p17322626.html >> Sent from the Ant - Users maili

Re: Strip directory from fileset includesfile jar location

2008-05-20 Thread Peter Reilly
can be found in the path) and not in the properties > directory. how can I do that? > -- > View this message in context: > http://www.nabble.com/Strip-directory-from-fileset-includesfile-jar-location-tp17322626p17322626.htm

RE: Strip directory from fileset includesfile jar location

2008-05-20 Thread Tom Corcoran
archive. > http://ant.apache.org/manual/CoreTypes/zipfileset.html > > -Barry > > -Original Message- > From: Tom Corcoran [mailto:[EMAIL PROTECTED] > Sent: Monday, May 19, 2008 11:29 AM > To: user@ant.apache.org > Subject: Strip directory from fileset includes

RE: Strip directory from fileset includesfile jar location

2008-05-19 Thread Barry Pape
: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 11:29 AM To: user@ant.apache.org Subject: Strip directory from fileset includesfile jar location Doing the following creates a sub directory properties in my jar with my groovy property files, as desired: However, I h

Strip directory from fileset includesfile jar location

2008-05-19 Thread Tom Corcoran
the path) and not in the properties directory. how can I do that? -- View this message in context: http://www.nabble.com/Strip-directory-from-fileset-includesfile-jar-location-tp17322626p17322626.html Sent from the Ant - Users mailing list archive at Nabble.com

Re: Fileset ignores dir when using a includesfile

2006-10-26 Thread Peter Reilly
On 10/26/06, Eric Wood <[EMAIL PROTECTED]> wrote: I using the following fileset in the PMD task and it appears to ignore the dir and look for the includesfile in the directory that I am running ant from. Not quite, the name is a File attribute and like most File Attributes, it is relat

Fileset ignores dir when using a includesfile

2006-10-26 Thread Eric Wood
I using the following fileset in the PMD task and it appears to ignore the dir and look for the includesfile in the directory that I am running ant from. Has anybody else seen this? I have run it in debug mode and the fileset directory appears to be

FileSet includesfile attribute, including files with a leading /, reading arguments from a file then passing to

2004-01-26 Thread Daniels, Doug
I'm trying to use FileSet to grab a bunch of files from a file, and pass it as an argument to a task. The file, /project/vobs/project/data/client/file_list looks like this: /project/vobs/project/data/client/menuScreen.xml ... /project/vobs/project/data/client/moreStuff.xml Here is what I've trie

RE: includesfile

2003-07-10 Thread Ciramella, EJ
PM To: Ant Users List Subject: RE: includesfile Is your file located relative to your basedir? You might need to use an absolute path. -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:20 AM To: 'Ant Users List' Subject: RE: incl

AW: includesfile

2003-07-10 Thread Bansemir, Carsten
t- Von: Ciramella, EJ [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. Juli 2003 18:20 An: 'Ant Users List' Betreff: RE: includesfile That's an example of include, I understand that, but I'm interested in having one file contain all the files I'm interested in

RE: includesfile

2003-07-10 Thread Murray, Mike B.
Is your file located relative to your basedir? You might need to use an absolute path. -Original Message- From: Ciramella, EJ [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:20 AM To: 'Ant Users List' Subject: RE: includesfile That's an example of include, I

RE: includesfile

2003-07-10 Thread Ciramella, EJ
That's an example of include, I understand that, but I'm interested in having one file contain all the files I'm interested in for a fileset. Look at the type and you'll see it has an attribute called includesfile. I understand that it looks roughly like this:

Re: includesfile

2003-07-10 Thread Heldstab, Christian
see http://ant.apache.org/manual/index.html --> Concepts and Types Christian > Von: Ciramella, EJ [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 10. Juli 2003 18:06 > An: 'Ant Users List' > Betreff: includesfile > > > could someone give an

includesfile

2003-07-10 Thread Ciramella, EJ
could someone give an example of using a fileset with an includes file attribute?