RE: Copy files in a directory not directory itself where source directory name is not known

2009-01-21 Thread Rebhan, Gilbert
-Original Message- From: yousufhaider [mailto:yousuf.r...@gmail.com] Sent: Tuesday, January 20, 2009 11:11 PM To: user@ant.apache.org Subject: Copy files in a directory not directory itself where source directory name is not known /* [...] Basically what I want to is to copy everythin

RE: copy files

2007-03-22 Thread Gilles Scokart
Look at the example there : http://ant.apache.org/manual/CoreTasks/copy.html and there : http://ant.apache.org/manual/CoreTypes/fileset.html You should find something similar to what you try to do. Gilles > -Original Message- > From: Denis Bessmertnyj [mailto:[EMAIL PROTECTED] > Sent: je

Re: copy files using mapper

2006-08-05 Thread Patrick Martin
Hello, From what I understand you want to remove DirB\DirC from the target files path. Would something like the following match your need (not tested) ? Patrick On 8/5/06, satheesh <[EMAIL PROTECTED]> wrote: I Need to copy files from D:\dirA\dirB\dirC\dirD\*.jsp To D:\dirA\dirD\*.jsp,

Re: Copy files according ant property

2005-09-29 Thread Tomáš Procházka
Hi. I not found in documenation for version 1.6.5 :-( -- Original message -- From: Steve Loughran <[EMAIL PROTECTED]> Subject: Copy files according ant property Date: Tuesday, September 27, 2005, 6:57:56 PM Attachments:

Re: Copy files according ant property

2005-09-27 Thread Steve Loughran
Tomáš Procházka wrote: Hi. S> There is some stuff in ant 1.7 to do it, specifically the S> task copies all files in a path and no directories, and the task S> itself is soon to be enhanced. Thanks you. And when will be ANT 1.7 release? there is no particular timetable, but I suspect

Re: Copy files according ant property

2005-09-27 Thread Tomáš Procházka
Hi. S> There is some stuff in ant 1.7 to do it, specifically the S> task copies all files in a path and no directories, and the task S> itself is soon to be enhanced. Thanks you. And when will be ANT 1.7 release? S> What may be better is for you to set up your classpath in your build S

Re: Copy files according ant property

2005-09-27 Thread Steve Loughran
Tomáš Procházka wrote: Hi. Netbeans set in project.properties classpath for project: javac.classpath=\ ${file.reference.hsqldb.jar}:\ ${file.reference.dom4j-1.6.1.jar}:\ ${libs.layoutext.classpath}:\ ... Exist any way to copy all this jar files to dist/lib folder? Netbea

Re: copy files problem

2005-09-08 Thread Matt Benson
I cannot reproduce this behavior on Linux or Solaris. What we need is an example file structure that will reproduce this, and since I don't think we are looking at a bug, probably the easiest thing for you to do is write an Ant buildfile that will CREATE the entire directory structure for this sce

Re: copy files problem

2005-09-08 Thread Glen Mitchell
Bhadra, I'm sorry I meant to say in my initial post that I had tried this also but it didn't solve my problem. This work on Windows but not on Unix both. I've tried a number of includes such as etc Bhadra, Jatin wrote: Glen Try this format as per ANT manual. If you want to include all the

RE: copy files problem

2005-09-08 Thread Bhadra, Jatin
Glen Try this format as per ANT manual. If you want to include all the file in the source dir then no need to have include tag. Jatin Bhadra -Original Message- From: Glen Mitchell [mailto:[EMAIL PROTECTED] Sent: 08 September 2005 13:19 To: user@ant.apache.org Subject: copy files p

Re: Copy files to another unit

2005-04-06 Thread Robert r. Sanders
You can use full or relative paths: d:/directory/copy/to/target ../../some/where/else Rodolfo García Esteban/CYII wrote: Hi, I'm a newbie using ant. I´m using ant 1.6.2 in windows 2000. I need to copy files to other unit disk, but with Thanks in advance Rodolfo -- Robert r. Sanders Chie