Hello,

Ive noticed something strange.

When I create the zip file using ants built in zip task and 'unzip -a'
ANTzipFileA on a UNIX server - The '^M' are not getting removed as they are
supposed to

All files are being treated as binary files

I then started to manually create a zip file in WIN2K by right clicking and
selecting add to zip
When I 'unzip -a' WINzipFileA on a UNIX server the files remain as they are
supposed to text files as text files - binary files as binary files 

Any assistance would be great,
thanks

-----Original Message-----
From: Steve Loughran [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 14, 2002 7:11 PM
To: Ant Users List
Subject: Re: Telnet Task



----- Original Message -----
From: "Atluri, Vamsi NYC" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, March 14, 2002 3:23 PM
Subject: Telnet Task


> Hello - Ive encountered a bit of a problem with the following
>
> <ftp server="nycsuweb02"
>        remotedir="/export/home/vatluri/RELEASE"
>        userid="vatluri"
>        password="password"
>        binary="yes" >
>
>     <fileset dir="\Build_Environment\RELEASE\application">
>       <include name="cfn_vamsi1.zip"/>
>     </fileset>
>   </ftp>
>
>   <telnet userid="vatluri" password="password" server="nycsuweb02">
>      <write>cd RELEASE</write>
>      <write>unzip -a cfn_vamsi1.zip</write>
>      <write>sleep 20</write>
>   </telnet>


you need to read for responses to each command before issuing new ones, and
again before disconnecting


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

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

Reply via email to