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
[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.
---
--- [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
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 --
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
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
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
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
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