On Thu, 21 Nov 2002, Janusz Dalecki <[EMAIL PROTECTED]> wrote:

> I need to change the attributes of the files that are copied after
> the ant build is done.

Ant 1.6 will have an <attrib> task.

I think the task itself should work with Ant 1.5.1 as well, so you can
download the source from
<http://cvs.apache.org/viewcvs.cgi/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/windows/Attrib.java>
compile and <taskdef> it.

Documentation of the task itself is here
<http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-ant/docs/manual/OptionalTasks/attrib.html?rev=HEAD&content-type=text/html>

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to