dears
    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()
   at NAnt.Core.Tasks.CopyTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.TaskContainer.ExecuteChildTasks()
   at NAnt.Core.Tasks.IfTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()
Build Error: NAnt.Core.BuildException
Nested build failed. Refer to build log for exact reason.
   at NAnt.Core.Tasks.NAntTask.RunBuild(FileInfo buildFile)
   at NAnt.Core.Tasks.NAntTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.TaskContainer.ExecuteChildTasks()
   at NAnt.Core.Tasks.IfTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

___________________________________________________ 
 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! 
 http://messenger.yahoo.com.tw/

------------------------------------------------------------------------------
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