You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Dimitris Mouchritsas <di...@eurodyn.com> on 2008/03/03 11:24:01 UTC

Re: compare folder/files

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@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>   
I've seen <resourcecount> in a previous post. I'm not sure, but check it 
out.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: compare folder/files

Posted by Dimitris Mouchritsas <di...@eurodyn.com>.
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@ant.apache.org
>>> For additional commands, e-mail: user-help@ant.apache.org
>>>
>>>
>>>       
>> I've seen <resourcecount> in a previous post. I'm not sure, but check it
>> out.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
>> For additional commands, e-mail: user-help@ant.apache.org
>>
>>     
>
> <resourcecount> returns number of files ... but how to check the size too.
> Hasan
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>   
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.

Re: compare folder/files

Posted by "Md. Jahidul Hasan" <ja...@bjitgroup.com>.
> 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@ant.apache.org
>> For additional commands, e-mail: user-help@ant.apache.org
>>
>>
> I've seen <resourcecount> in a previous post. I'm not sure, but check it
> out.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>

<resourcecount> returns number of files ... but how to check the size too.
Hasan




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org