Have you tried without the "." in your fileset pattern : something like
"**/*" ?
wolverine my wrote:
Hi!
I'm using Ant 1.6.5 and I have the following directories and files
test
+ war
| |
| + WEB-INF
| + index.jsp
|
+ build.xml
note that the WEB-INF directory is empty and when execu
Hi!
I'm using Ant 1.6.5 and I have the following directories and files
test
+ war
| |
| + WEB-INF
| + index.jsp
|
+ build.xml
note that the WEB-INF directory is empty and when executing the following task,
The index.jsp is copied into webapps/test but the