Yasothamani wrote:
Once by rebooting the machine we don't faced the problem, but when the cycle continues project 1.x and then project 2.x then the problem coming into picture. We are using clearcase and windows box for java compilation.



*Doubt:* classes directory and it's class files are not part of clearcase vob element, so what is concept of file lock.


1. filelocks are an essential part of windows. IF a file is loaded (like a JAR in a running java app), then you cant delete it overwrite it.

2. Clearcase is an odd filesystem. Sometimes it is quirky

My recommendation: dont build different versions in the same directory, not once clearcase and windows are involved. Have two vobs, or set up your build to use a different classes dir on the second build, preferably a non-clearcase filesystem

ant -Dclasses.dir=C:\\scratch\project1\classes

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

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

Reply via email to