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

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
As much as you used the element you can use an element to define which files 'to include' Something like Copy Other Files - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Tuesday, February 20, 2007 1:54:44 PM

RE: fileset and filename under copy task

2007-02-20 Thread bill/wilandra
>From the examples in the 1.6.5 manual I would assume that the following should work. I did not try it. HTH Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 11:55 AM To: us