You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Dibi, George" <xf...@ti.com> on 2003/05/02 21:40:04 UTC

subtitute copy with dir

 
Can someone tell me how to display a content of a directory using xml?
 
Sample code.
 
<project name="NATE" default="build" basedir=".">
  <property name="temp_copy" location="\\eappd55\public\gdibi\etc" /> 
 <target name="build">
 <copy todir="${temp_copy}/lib">
 <copy dir="lib">
  <include name="**/*.*" /> 
  </fileset>
  </copy>
  </target>
  </project
 
I want to replace copy with dir 
 
TI- Navigator Deployment
O. (972) 917-3528
Email. xf006814@ti.com