http://ant.apache.org/manual/CoreTasks/defaultexcludes.htm.
Just as a gotcha if you are using Ant. Ant has a default exclusion list for the most popular version control systems: CVS, Subversion and Visual SourceSafe. ClearCase is not part of this list. So to fix this, add the following lines to your Ant script usually just after your
[defaultexcludes add="**/.copyarea.dat" /]
[defaultexcludes add="**/.copyarea.db" /]
No comments:
Post a Comment