This is my target

        <target name="mapFileName" depends="clean">             
                <copy todir="destiny">
                        <fileset dir="source" />
                </copy>
        </target>

My source files
source: C:\folder1\folder2\source\file1a.txt
           C:\folder1\folder2\source\file1b.txt

I want the result ot be something like
destiny: C:\folder1\folder2\destiny\folder1\folder2\file1a.txt
           C:\folder1\folder2\destiny\folder1\folder2\file1b.txt

Any ideas?

thanks
-- 
View this message in context: 
http://www.nabble.com/How-to-use-%3Ccopy%3E-keepoing-the-directory-structure--tp16628195p16628195.html
Sent from the Ant - Users mailing list archive at Nabble.com.


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

Reply via email to