I’m using the 5/3 nightly build with the following
script: <target name="CopyToQA"
description="Copy to QA directory."> <echo message="Copy runtime
files to QA." /> <copy
todir="\\qaevolution2003\wwwroot\Geac.QA" > <fileset
basedir="\\devevolution2k3\C$\DailyBuild\"> <includes
name="**" /> </fileset> </copy> </target> Getting the following error: System.ArgumentException: Invalid File or Directory
attributes value. at System.IO.File.SetAttributes(String path,
FileAttributes fileAttributes) at NAnt.Core.Tasks.CopyTask.ExecuteTask() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Te mp\tmp9E.tmp\src\NAnt.Core\Tasks\CopyTask.cs:line 314 at NAnt.Core.Task.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp9E.tmp\s rc\NAnt.Core\Task.cs:line 151 at NAnt.Core.Target.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp9E.tmp \src\NAnt.Core\Target.cs:line 249 at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp9E.tmp\src\NAnt.Core\Project.cs:line
892 at NAnt.Core.Project.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp9E.tm p\src\NAnt.Core\Project.cs:line 849 at NAnt.Core.Project.Run() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp9E.tmp\sr c\NAnt.Core\Project.cs:line 917 Please send bug report to [EMAIL PROTECTED]. What am I doing wrong? For some reason, I thought this had
worked when I wrote it. Bob |
- RE: [Nant-users] copy file problem Bob Archer
- RE: [Nant-users] copy file problem Brian Etheridge
- RE: [Nant-users] copy file problem Bob Archer
- RE: [Nant-users] copy file problem Peter McEvoy