----- Original Message ----- 
From: "forgotten gentleman" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Sunday, November 25, 2001 3:04 PM
Subject: Copying, jikes


> - Is there a fast way to move directories even if you
> know they stay on the same volume?  Many OSes treat
> this as a simple rename, but I think Java can only do
> a copy/delete.

*For now*, use the rename task to do this.  Bear in mind that it is 
deprecated though.  Ant-dev is working on improving the
move task (which deprecated rename) such that
it attempts straight directory renames under certain circumstances
before using the copy/delete fallback method.  Stay tuned.

> 
> - When using Jikes compiler, does it do incremental
> builds by comparing the dates of the .java & .class
> files?
> 

Yep.

Magesh




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

Reply via email to