RE: fileset and filename under copy task

2007-02-22 Thread Jackson, Paul R
- From: Mathieu Champlon [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 1:25 AM To: Ant Users List Subject: Re: fileset and filename under copy task bill/wilandra a écrit : > >From the examples in the 1.6.5 manual I would assume that the > >following > should work. I

fileset and filename under copy task

2007-02-21 Thread KDuffy
does not work. Hope somebody can shed some light on what is going on here. Thanks KBD "bill/wilandra" <[EMAIL PROTECTED]> 02/20/2007 06:04 PM Please respond to "Ant Users List" To "'Ant Users List'" cc Subjec

Re: fileset and filename under copy task

2007-02-20 Thread Mathieu Champlon
bill/wilandra a écrit : >From the examples in the 1.6.5 manual I would assume that the following should work. I did not try it. HTH Bill Hello, Unfortunatly this won't work as a fileset behaves like an 'and' selector container. Ther

Re: fileset and filename under copy task

2007-02-20 Thread Mathieu Champlon
[EMAIL PROTECTED] a écrit : This does NOT work: Copy Other Files ${bin} ${src} Hello, You can do something much

Re: fileset and filename under copy task

2007-02-20 Thread Ninju Bohra
bruary 20, 2007 1:54:44 PM Subject: fileset and filename under copy task Hello: I am tring to do something simple. I want to copy files from from one directory to another by listing specific groups of file ie *.XML or *.html The follwing works: Copy Other Files B

RE: fileset and filename under copy task

2007-02-20 Thread bill/wilandra
To: user@ant.apache.org Subject: fileset and filename under copy task Hello: I am tring to do something simple. I want to copy files from from one directory to another by listing specific groups of file ie *.XML or *.html The follwing works: Copy Other Fi

fileset and filename under copy task

2007-02-20 Thread KDuffy
Hello: I am tring to do something simple. I want to copy files from from one directory to another by listing specific groups of file ie *.XML or *.html The follwing works: Copy Other Files But