On Thu, 2008-10-23 at 11:36 +0200, Hans Dockter wrote:

> I have no idea about how NFS works. But how to implement a clean/do- 
> something action if the sequential behavior is not guaranteed by the  
> file system?

The core problem seems to be that code is trying to delete a directory
and this works on a local filestore but not on an NFS mounted filestore.
So the likely issue is that a file in the directory has been deleted and
then the directory is attempted to be deleted but there is an .nfs.....
cache file still awaiting deletion.  This usually measn there is still
an open handle on the file which makes no difference in a local
filestore but makes a huge difference with NFS since the file is still
there on the filestore (as a.nfs.... file).

So this could be just be a Java file handle management in Gradle problem
-- are all file guaranteed to be closed?

Of course it may be that this is actually an Ant bug as far as
AntBuilder is concerned, I am not sure about the change you made
recently.

https://issues.apache.org/bugzilla/show_bug.cgi?id=45786



-- 
Russel.
====================================================
Dr Russel Winder                 Partner

Concertant LLP                   t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,              f: +44 8700 516 084
London SW11 1EN, UK.             m: +44 7770 465 077

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to