TI- Navigator Deployment O. (972) 917-3528 Email. [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2003 1:59 AM To: [EMAIL PROTECTED] Subject: AW: subtitute copy with dir > Can someone tell me how to display a content of a directory using xml? The sample code displayed shows how copy file from one directory to another. My question is how just display the content of the directory after the copying is done? 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="**/*.*" /> > </copy> > </copy> > </target> > </project> Thanks George 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"> > <copy dir="lib"> > <include name="**/*.*" /> > </copy> > </copy> > </target> > </project> > > I want to replace copy with dir I donīt understand what you mean. Jan