> Can someone tell me how to display a content of a directory using xml?

http://dir2xml.sourceforge.net/ should be a help.

> 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">
>       <fileset dir="lib">
>         <include name="**/*.*" /> 
>       </fileset>
>     </copy>
>   </target>
> </project>
>  
> I want to replace copy with dir 

I donīt understand what you mean.


Jan

Reply via email to