Re: File locking problem using ant.apache.tools.ant.Project

2004-12-27 Thread Antoine Levy-Lambert
Hello Helge, I am not sure how you solve this problem. It might be caused by (the compilation task) not releasing file locks. You can try to use which means you are going to compile out of process, so in this case the compiler is not going to hold the lock for long. Otherwise, I am not sure wh

File locking problem using ant.apache.tools.ant.Project

2004-12-23 Thread helge.fredriksen
Hello, We are using the ant API for making automated builds via a custom made = web build server,=20 and have encountered a tricky problem with file locking. Our build process on a Windows 2003 server is as follows: 1) First checking out source via CVS. 2) Installing misc. jars etc into a releas