-
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
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
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
[EMAIL PROTECTED] a écrit :
This does NOT work:
Copy Other Files
${bin}
${src}
Hello,
You can do something much
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
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
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