Hi,

        Can you help? 
How can I download an empty folder from FTP? Or is there any way to zip the 
folders on Ftp using ANT?
________________________________
Tushar Meshram
SCM / Build 

Lionbridge
6 Spectra Building, Hiranandani Business park
Powai, Mumbai - 400 076, India.
+91-22-55567000 Extn. 7123 (O)
+91-9867008253 (Mo)

www.lionbridge.com


-----Original Message-----
From: Venkat Kotu [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 06, 2006 12:12 AM
To: user@ant.apache.org
Subject: Unix commads behaving different in Ant task

Hi,



I have a situation where in I need to find all the .jar files in  a
directory and write it to a temp file.



The command from the prompt is : find myDir/*.jar and it lists all the
.jar files from myDir directory.



The ant target defined for the purpose is:



<target name="list.jars">

            <exec os="unix" executable="find" outputproperty="temp.txt">

                        <arg line="$basedir}/myDir/*.jar"/>

            </exec>

 </target>



This does not return any thing.



What I am doing wrong?



Thanks

Venkat Kotu






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

Reply via email to