You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2003/07/01 14:08:39 UTC

Re: About , , and buffer sizes

On Mon, 30 Jun 2003, Dominique Devienne <DD...@lgc.com> wrote:

> Do you see a possibility of having:
> 
> 	<get src="file://..." useTimeStamp="true" />
> 
> to be made smart???

If the URLConnection class Java uses for the file: schema supported
setIfModifiedSince properly, sure 8-)

OK, seriously.  We could do by special casing (special casing
something that should be handled by the VM IMHO), but what would be
the benefit of a smart <get> over <copy> - once we add a parameter for
buffer size?

Stefan

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