I am using SVN ANT and when I try to export binary files to a directory
that already has the files I get the following error.
Can't move
'\\qawinwlsl1\d$\bea_domains\ebs9\servers\cpc2L1Managed\app\lib\jaxb-api
.jar.tmp' to
'\\qawinwlsl1\d$\bea_domains\ebs9\servers\cpc2L1Managed\app\lib\jaxb-api
.jar': Cannot create a file when that file already exists
I have used the undocumented force feature, which works perfectly for
text based files, but for binaries it still fails.
Here is my ant task
<export srcUrl="http://devwinsvnl1/svn/lisa/CPC/lib/tags/${LABEL}"
destPath="${serverAppPath1}/lib" force="true" />
Keith J Corbin
Received on Thu Feb 1 17:34:24 2007