I am trying to display a directory content. Please see attach for trace out.
Does any body know what I should do? Thanks
 
<project name="NATE" default="build" basedir=".">
        <property name="temp_copy" location="\\eappd55\public\gdibi\etc"/>
        <target name="build">
            <copy todir="${temp_copy}/src">
                 <fileset dir="src">
                   <include name="**/*.*"/>
                 </fileset>
            </copy>
            <apply executable="dir">
               <arg value="/w"/>
               <fileset dir="c:\Ant\bin\src">
                 <patternset>
                  <exclude name="**/*.sig"/>
                 </patternset>
               </fileset>
                </apply>
        </target>
        </project>
 
 
TI- Navigator Deployment
O. (972) 917-3528
Email. [EMAIL PROTECTED]
 

Reply via email to