AW: AW: Copy files according ant property

2005-10-04 Thread Jan.Materne
AW: Copy files according ant property > >[EMAIL PROTECTED] wrote: >> Sure - it´s not in 1.6.5. >> is in svn head and maybe in 1.7 - but I think we will >> delete that task, especially because itself should now handle >> nested s, because paths are ResourceCollecti

Re: AW: Copy files according ant property

2005-09-29 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Sure - it´s not in 1.6.5. is in svn head and maybe in 1.7 - but I think we will delete that task, especially because itself should now handle nested s, because paths are ResourceCollections. And Stefan added that just yesterday :-) hey, I use copypath. ---

Re: AW: Copy files according ant property

2005-09-29 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Sure - it´s not in 1.6.5. > is in svn head and maybe in 1.7 - but I > think we will delete that task, especially because > itself > should now handle nested s, because paths are > ResourceCollections. And Stefan added that just > yesterday :-) IIRC copypath does h

AW: Copy files according ant property

2005-09-29 Thread Jan.Materne
cházka [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 29. September 2005 17:04 >An: Ant Users List >Betreff: Re: Copy files according ant property > >Hi. > > I not found in documenation for version 1.6.5 :-( > >-- Original message --

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 Attac

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
list of files and directories, where list is set as property with items separated with : or ; -- Original message -- From: Steve Loughran <[EMAIL PROTECTED]> Subject: Copy files according ant property Date: Tuesday, Septem

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

Copy files according ant property

2005-09-27 Thread Tomáš Procházka
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? Netbeans use ':' as separating ch