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:
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
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
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