----- Original Message -----
From: "Gast, Thorsten IZ/HZA-IC4" <[EMAIL PROTECTED]>
To: "Ant-User (E-Mail)" <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 12:43 AM
Subject: Corrupted file after Antjob


> Hello,
> after processing my Ant-Job one file was corrupt.
> The file was copied but has only a size of exactly 32.768Byte.
> (normally arround 2.166.551Byte). This was a unique behaviour.
> Normally my copy-task (see below) is working.
> Is there a possibility to check if the copy-task was
> successful?

This is very wierd. one feature of 32768 is it is one of those 'file sector
sizes', and it is also one of the sizes that buffers can be. But a quick
check shows that ant copies files in 8KB blocks.

I'd recommend you run a file system check (fsck, checkdisk, whatever) as
that file may be somehow corrupt, so ant is failing to copy it due to a read
error in the second block.

-steve


--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to