>     I use nant copy in my build files.There are sometimes copy fails.It
> happends different time and different files.
> I can't figure out why it happend and when it happed. each files about 200
> MB and there are 20 files.
> it always happend afeter some exec task.Is it cause by memory or .net gc ?
> 
> <copy todir="${sourcedir}\8-Install\FullPak-${NewVersion}"
> overwrite="true">
>     <fileset basedir="${sourcedir}\6-Frame\Release\FullPak\">
>      <include name="**"/>
>     </fileset>
>    </copy>
> 
> Build Error: NAnt.Core.BuildException
> Cannot copy 'D\sourcedir\Data14.zip' to 'D:\outpdir\Data14.zip'.
> in D:\project\Build.xml line: 904 col: 5
>    at NAnt.Core.Tasks.CopyTask.DoFileOperations()

Is it possible someone has that .zip file opened?

BOb

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to