Author Login
Post Reply
Md. Jahidul Hasan wrote:
>> Md. Jahidul Hasan wrote:
>>
>>> Hi,
>>>
>>> I have a target which upload folders/files to one location and I need to
>>> compare the content after upload, how to proceed ? uploaded part has
>>> been
>>> done by using copy and fileset task. Can't find any good solution for
>>> compare.
>>>
>>> Hasan
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@(protected)
>>> For additional commands, e-mail: user-help@(protected)
>>>
>>>
>>>
>> I've seen <resourcecount> in a previous post. I'm not sure, but check it
>> out.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@(protected)
>> For additional commands, e-mail: user-help@(protected)
>>
>>
>
> <resourcecount> returns number of files ... but how to check the size too.
> Hasan
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>
There's an md5sum task I think. I tried to use it with an ear file but
couldn't do it. Try googling for ant md5 or ant md5sum.